feat: add demo user and fix __dirname and fix cdn for panel upload

This commit is contained in:
2024-10-09 18:10:21 +08:00
parent 03c473d24a
commit 44d8a831c2
6 changed files with 31 additions and 8 deletions

View File

@@ -22,7 +22,8 @@
"docker:build:gitea": "docker build -t git.xiongxiao.me/abearxiong/code-flow:v0.0.2 .",
"docker:push:gitea": "docker push git.xiongxiao.me/abearxiong/code-flow:v0.0.2",
"dts": "./node_modules/.bin/dts-bundle-generator -o types/index.d.ts src/type.ts",
"postinstall2": "patch-package"
"postinstall2": "patch-package",
"pub": "npm run build && npm run deploy && npm run reload"
},
"keywords": [],
"types": "types/index.d.ts",