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)
|
- [Filtering](https://turbo.build/repo/docs/core-concepts/monorepos/filtering)
|
||||||
- [Configuration Options](https://turbo.build/repo/docs/reference/configuration)
|
- [Configuration Options](https://turbo.build/repo/docs/reference/configuration)
|
||||||
- [CLI Usage](https://turbo.build/repo/docs/reference/command-line-reference)
|
- [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": {
|
"name": "hub-server",
|
||||||
"dev": "nodemon",
|
"scripts": {
|
||||||
"build": "tsc"
|
"dev": "nodemon",
|
||||||
},
|
"build": "tsc"
|
||||||
"devDependencies": {
|
},
|
||||||
"@repo/db": "*",
|
"devDependencies": {
|
||||||
"@repo/typescript-config": "*",
|
"@repo/db": "*",
|
||||||
"@types/node": "^22.13.5",
|
"@repo/typescript-config": "*",
|
||||||
"concurrently": "^9.1.2",
|
"@types/node": "^22.13.5",
|
||||||
"typescript": "latest"
|
"concurrently": "^9.1.2",
|
||||||
},
|
"typescript": "latest"
|
||||||
"dependencies": {
|
},
|
||||||
"axios": "^1.7.9",
|
"dependencies": {
|
||||||
"cron": "^4.1.0"
|
"axios": "^1.7.9",
|
||||||
}
|
"cron": "^4.1.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "turbo build",
|
"build": "turbo build",
|
||||||
"dev": "turbo dev",
|
"dev": "turbo run db:migrate && turbo dev",
|
||||||
"migrate": "turbo db:migrate",
|
"migrate": "turbo db:migrate",
|
||||||
"lint": "turbo lint",
|
"lint": "turbo lint",
|
||||||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
||||||
|
|||||||
@@ -4,11 +4,6 @@
|
|||||||
"globalEnv": ["EMAIL_SERVER", "EMAIL_FROM", "SECRET"],
|
"globalEnv": ["EMAIL_SERVER", "EMAIL_FROM", "SECRET"],
|
||||||
"ui": "tui",
|
"ui": "tui",
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"apps:install": {
|
|
||||||
"dependsOn": ["^apps:install"],
|
|
||||||
"inputs": ["apps/**/package.json"],
|
|
||||||
"outputs": ["apps/**/node_modules"]
|
|
||||||
},
|
|
||||||
"db:generate": {
|
"db:generate": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"persistent": true
|
"persistent": true
|
||||||
|
|||||||
Reference in New Issue
Block a user