feat: change permission for mino -resources
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
"release": "node ./config/release/index.mjs",
|
||||
"pub": "envision pack -p -u",
|
||||
"ssh": "ssh -L 6379:localhost:6379 light ",
|
||||
"ssh:sky": "ssh -L 6379:172.21.32.13:6379 sky"
|
||||
"ssh:sky": "ssh -L 6379:172.21.32.13:6379 sky",
|
||||
"dev:lib": "turbo run dev:lib"
|
||||
},
|
||||
"keywords": [],
|
||||
"types": "types/index.d.ts",
|
||||
@@ -34,6 +35,7 @@
|
||||
"license": "UNLICENSED",
|
||||
"dependencies": {
|
||||
"@kevisual/local-app-manager": "0.1.9",
|
||||
"@kevisual/permission": "workspace:*",
|
||||
"@kevisual/router": "0.0.9",
|
||||
"@kevisual/use-config": "^1.0.9",
|
||||
"@types/semver": "^7.5.8",
|
||||
@@ -86,6 +88,7 @@
|
||||
"rollup-plugin-dts": "^6.2.0",
|
||||
"tape": "^5.9.0",
|
||||
"tsx": "^4.19.3",
|
||||
"turbo": "^2.4.4",
|
||||
"typescript": "^5.8.2"
|
||||
},
|
||||
"resolutions": {
|
||||
@@ -93,5 +96,6 @@
|
||||
"rimraf": "latest",
|
||||
"picomatch": "^4.0.2"
|
||||
},
|
||||
"pnpm": {}
|
||||
"pnpm": {},
|
||||
"packageManager": "pnpm@9.15.0"
|
||||
}
|
Reference in New Issue
Block a user