1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 05:02:37 +01:00

add dev script

This commit is contained in:
Flam3rboy 2021-04-25 23:41:17 +02:00
parent 3427672659
commit 6c62d72737
2 changed files with 1754 additions and 15 deletions

1763
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run build:util && npm run build && node dist/",
"build": "npx tsc -b .",
"build:util": "npx tsc -b ./node_modules/@fosscord/server-util/"
"build:util": "npx tsc -b ./node_modules/@fosscord/server-util/",
"dev": "tsnd --respawn src/index.ts"
},
"keywords": [],
"author": "Fosscord",
@ -29,6 +30,7 @@
"@types/mongoose-autopopulate": "^0.10.1",
"@types/uuid": "^8.3.0",
"@types/ws": "^7.4.0",
"erlpack": "^0.1.3"
"erlpack": "^0.1.3",
"ts-node-dev": "^1.1.6"
}
}