mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
11 lines
198 B
JSON
11 lines
198 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"globalEnv": ["NODE_ENV"],
|
|
"tasks": {
|
|
"build": {
|
|
"outputs": ["public/build/**"]
|
|
},
|
|
"lint": {}
|
|
}
|
|
}
|