1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 12:42:44 +01:00

who tf calls the start script run? npm run run, bruh

This commit is contained in:
Madeline 2022-06-27 16:01:38 +10:00
parent 297d884928
commit 290b2743e2
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -5,7 +5,7 @@
"main": "build/index.js",
"scripts": {
"build": "tsc -b",
"run": "node build/index.js"
"start": "node build/index.js"
},
"repository": {
"type": "git",