Repo cleanup
This commit is contained in:
parent
59872f579a
commit
e941353b64
444 changed files with 1485 additions and 21978 deletions
18
turbo.json
18
turbo.json
|
|
@ -3,13 +3,8 @@
|
|||
"globalDependencies": [".env"],
|
||||
"globalEnv": [
|
||||
"NODE_ENV",
|
||||
"DATABASE_URL",
|
||||
"DATABASE_HOST",
|
||||
"DATABASE_NAME",
|
||||
"DATABASE_USER",
|
||||
"DATABASE_PASSWORD",
|
||||
"DATABASE_PORT",
|
||||
"BRIDGE_FRONTEND_URL"
|
||||
"ZAMMAD_URL",
|
||||
"SIGNAL_CLI_URL"
|
||||
],
|
||||
"tasks": {
|
||||
"dev": {
|
||||
|
|
@ -20,19 +15,10 @@
|
|||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": [
|
||||
".next/**",
|
||||
"!.next/cache/**",
|
||||
"build/**",
|
||||
"dist/**",
|
||||
"docker/zammad/addons/**"
|
||||
]
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": ["build"],
|
||||
"inputs": ["src/**/*.tsx", "src/**/*.ts", "test/**/*.ts", "test/**/*.tsx"]
|
||||
},
|
||||
"lint": {
|
||||
"inputs": ["src/**/*.tsx", "src/**/*.ts", "test/**/*.ts", "test/**/*.tsx"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue