⚡ add dev script
This commit is contained in:
parent
3427672659
commit
6c62d72737
1763
package-lock.json
generated
1763
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,8 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"start": "npm run build:util && npm run build && node dist/",
|
"start": "npm run build:util && npm run build && node dist/",
|
||||||
"build": "npx tsc -b .",
|
"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": [],
|
"keywords": [],
|
||||||
"author": "Fosscord",
|
"author": "Fosscord",
|
||||||
@ -29,6 +30,7 @@
|
|||||||
"@types/mongoose-autopopulate": "^0.10.1",
|
"@types/mongoose-autopopulate": "^0.10.1",
|
||||||
"@types/uuid": "^8.3.0",
|
"@types/uuid": "^8.3.0",
|
||||||
"@types/ws": "^7.4.0",
|
"@types/ws": "^7.4.0",
|
||||||
"erlpack": "^0.1.3"
|
"erlpack": "^0.1.3",
|
||||||
|
"ts-node-dev": "^1.1.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user