register match working
This commit is contained in:
+5
-3
@@ -11,6 +11,7 @@
|
||||
"pg": "^8.9.0",
|
||||
"redis": "^4.6.5",
|
||||
"ts-node": "^10.9.1",
|
||||
"typia": "^4.2.1",
|
||||
"ws": "^8.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -33,11 +34,12 @@
|
||||
},
|
||||
"main": "out/index.js",
|
||||
"scripts": {
|
||||
"build": "npx tsc",
|
||||
"build": "npm run generate && npx tsc",
|
||||
"startServer": "node out/serverMain.js",
|
||||
"startClient": "node out/clientMain.js",
|
||||
"startWebsocket": "node out/websocket.js",
|
||||
"documentation": "redocly build-docs .\\docs\\v2.yml --output=docs\\index.html",
|
||||
"test": "jest --runInBand"
|
||||
"test": "jest --runInBand",
|
||||
"generate": "npx typia generate --input src/templates --output src/generated --project tsconfig.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user