Replace UI module with Next.js
This commit is contained in:
parent
8aeff18162
commit
616205fe73
91 changed files with 3570 additions and 722 deletions
|
@ -7,7 +7,7 @@
|
|||
"scripts": {
|
||||
"nest": "nest",
|
||||
"build": "nest build",
|
||||
"dev": "nest start --watch",
|
||||
"dev": "nest start --watch --preserveWatchOutput",
|
||||
"dev:debug": "nest start --debug --watch",
|
||||
"start": "node dist/main",
|
||||
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
||||
|
@ -16,7 +16,7 @@
|
|||
"test:watch": "jest --watch",
|
||||
"test:cov": "jest --coverage",
|
||||
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
|
||||
"test:e2e": "jest --config ./test/jest-e2e.json"
|
||||
"test:e2e": "jest --config ./test/jest.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nestjs/axios": "3.0.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue