Phase5
This commit is contained in:
@@ -9,13 +9,14 @@
|
||||
"start:prod": "node dist/main.js",
|
||||
"lint": "node -e \"process.exit(0)\"",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test": "tsc && node --test test/**/*.test.js"
|
||||
"test": "tsc -p tsconfig.build.json && node --test test/**/*.test.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/cookie": "^11.0.2",
|
||||
"@fastify/static": "^8.0.4",
|
||||
"@fastify/websocket": "^11.0.2",
|
||||
"@hexahost/auth": "workspace:*",
|
||||
"@hexahost/catalog": "workspace:*",
|
||||
"@hexahost/config": "workspace:*",
|
||||
"@hexahost/contracts": "workspace:*",
|
||||
"@hexahost/database": "workspace:*",
|
||||
|
||||
Reference in New Issue
Block a user