Replace UI module with Next.js
All checks were successful
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
forgejo/Procyon/seedling/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2023-12-28 21:58:08 +00:00
parent 8aeff18162
commit 616205fe73
91 changed files with 3570 additions and 722 deletions

View file

@ -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",