mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
refactor: app deployment
This commit is contained in:
9
packages/api-cli/turbo.json
Normal file
9
packages/api-cli/turbo.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": ["//"],
|
||||
"pipeline": {
|
||||
"deploy": {
|
||||
"dependsOn": ["@openstapps/api-cli#build"],
|
||||
"outputs": [".deploy/api-cli"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user