cleanup organizing and stuff

This commit is contained in:
talksik
2022-06-08 05:44:29 -05:00
parent 7aab1ee26c
commit e397ac6bb8
9 changed files with 51 additions and 3 deletions
+2 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"core": "rm -rf ./core && cp -r ../core/src ./core/",
"dev": "NODE_ENV=development nodemon",
"start:dev": "ts-node index.ts",
"start:dev": "ts-node ./src/index.ts",
"lint": "eslint --ext .ts,.tsx .",
"build": "npm run lint && tsc -p .",
"start": "node dist/index.js",
@@ -26,6 +26,7 @@
"dependencies": {
"@sentry/node": "^7.0.0",
"@sentry/tracing": "^7.0.0",
"@types/jsonwebtoken": "^8.5.8",
"axios": "^0.26.1",
"cors": "^2.8.5",
"express": "^4.17.3",