changed some turbo
This commit is contained in:
10
README.md
10
README.md
@@ -82,3 +82,13 @@ Learn more about the power of Turborepo:
|
||||
- [Filtering](https://turbo.build/repo/docs/core-concepts/monorepos/filtering)
|
||||
- [Configuration Options](https://turbo.build/repo/docs/reference/configuration)
|
||||
- [CLI Usage](https://turbo.build/repo/docs/reference/command-line-reference)
|
||||
|
||||
## Execution policy
|
||||
|
||||
## Scope ExecutionPolicy
|
||||
|
||||
MachinePolicy Undefined
|
||||
UserPolicy Undefined
|
||||
Process Undefined
|
||||
CurrentUser RemoteSigned
|
||||
LocalMachine RemoteSigned
|
||||
|
||||
@@ -1,17 +1,18 @@
|
||||
{
|
||||
"scripts": {
|
||||
"dev": "nodemon",
|
||||
"build": "tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@repo/db": "*",
|
||||
"@repo/typescript-config": "*",
|
||||
"@types/node": "^22.13.5",
|
||||
"concurrently": "^9.1.2",
|
||||
"typescript": "latest"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.7.9",
|
||||
"cron": "^4.1.0"
|
||||
}
|
||||
"name": "hub-server",
|
||||
"scripts": {
|
||||
"dev": "nodemon",
|
||||
"build": "tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@repo/db": "*",
|
||||
"@repo/typescript-config": "*",
|
||||
"@types/node": "^22.13.5",
|
||||
"concurrently": "^9.1.2",
|
||||
"typescript": "latest"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.7.9",
|
||||
"cron": "^4.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "turbo build",
|
||||
"dev": "turbo dev",
|
||||
"dev": "turbo run db:migrate && turbo dev",
|
||||
"migrate": "turbo db:migrate",
|
||||
"lint": "turbo lint",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
||||
|
||||
@@ -4,11 +4,6 @@
|
||||
"globalEnv": ["EMAIL_SERVER", "EMAIL_FROM", "SECRET"],
|
||||
"ui": "tui",
|
||||
"tasks": {
|
||||
"apps:install": {
|
||||
"dependsOn": ["^apps:install"],
|
||||
"inputs": ["apps/**/package.json"],
|
||||
"outputs": ["apps/**/node_modules"]
|
||||
},
|
||||
"db:generate": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
|
||||
Reference in New Issue
Block a user