mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
Renamed js files to ts
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
||||
"scripts": {
|
||||
"start": "tsc && node ./dist/server.js",
|
||||
"dev": "tsc && NS_DEVEL=1 NS_NOUSER=1 NS_LOGLEVEL=1 node ./dist/server.js",
|
||||
"build": "tsc"
|
||||
"build": "clear && tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^4.8.1",
|
||||
|
||||
Reference in New Issue
Block a user