added sorvor admin page
Some checks failed
backend-admin-action / build-image (push) Failing after 8s
backend-action / build-image (push) Failing after 1m40s

This commit is contained in:
2024-05-20 16:48:06 +07:00
parent 98a65043c9
commit 23f37df217
14 changed files with 137 additions and 28 deletions

View File

@@ -7,6 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --exec ts-node --swc src/app.ts",
"next-dev": "next dev",
"next-build": "next build",
"start": "node dist/src/app.js",
"build": "swc src -d dist",
"lint": "next lint",