forked from imbytecat/fullstack-starter
11 lines
213 B
JSON
11 lines
213 B
JSON
{
|
|
"$schema": "../../node_modules/turbo/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["@furtherverse/server#build"],
|
|
"outputs": ["build/**", "artifacts/**"]
|
|
}
|
|
}
|
|
}
|