mirror of
https://github.com/seejohnrun/haste-server.git
synced 2026-01-25 14:37:29 +00:00
remove web app class and fixes
This commit is contained in:
@@ -74,7 +74,8 @@
|
||||
"copy:files": "copyFiles -u 1 static/**/* dist/static",
|
||||
"clean:files": "rimraf dist",
|
||||
"test": "jest --config config/jest.config.js",
|
||||
"build": "yarn clean:files && tsc --project ./",
|
||||
"build:nostatic": "yarn clean:files && tsc --project ./",
|
||||
"build": "yarn clean:files && yarn copy:files && tsc --project ./",
|
||||
"dev": "nodemon src/server.ts",
|
||||
"start": "node dist/src/server.js",
|
||||
"lint": "eslint src --fix",
|
||||
|
||||
Reference in New Issue
Block a user