添加用户
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"dev:watch": "concurrently -n \"Watch,Dev\" -c \"green,blue\" \"npm run watch\" \"sleep 1 && npm run dev\" ",
|
||||
"build": "cross-env ENV=production webpack --mode=production ",
|
||||
"build:sh": "cross-env webpack --mode=production -c ./webpack.shell.config.cjs",
|
||||
"deploy": "rsync -avz --delete ./dist/ light:~/apps/codeflow/backend",
|
||||
"deploy": "rsync -avz --delete ./dist/ --exclude='app.config.json5' light:~/apps/codeflow/backend",
|
||||
"deploy:sh": "",
|
||||
"clean": "rm -rf dist",
|
||||
"reload": "ssh light pm2 restart codeflow",
|
||||
@@ -31,7 +31,8 @@
|
||||
],
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@abearxiong/router": "0.0.1-alpha.36",
|
||||
"@abearxiong/auth": "1.0.0-alpha.5",
|
||||
"@abearxiong/router": "0.0.1-alpha.38",
|
||||
"@abearxiong/use-config": "^0.0.2",
|
||||
"@babel/core": "^7.25.2",
|
||||
"@babel/preset-env": "^7.25.4",
|
||||
@@ -47,7 +48,7 @@
|
||||
"lodash-es": "^4.17.21",
|
||||
"minio": "^8.0.1",
|
||||
"nanoid": "^5.0.7",
|
||||
"neo4j-driver": "^5.24.1",
|
||||
"neo4j-driver": "^5.25.0",
|
||||
"neode": "^0.4.9",
|
||||
"ollama": "^0.5.9",
|
||||
"pg": "^8.13.0",
|
||||
@@ -62,7 +63,7 @@
|
||||
"@types/crypto-js": "^4.2.2",
|
||||
"@types/jsonwebtoken": "^9.0.7",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "^22.7.2",
|
||||
"@types/node": "^22.7.4",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@types/webpack-env": "^1.18.5",
|
||||
"concurrently": "^9.0.1",
|
||||
|
Reference in New Issue
Block a user