mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 20:54:33 +08:00
15 lines
199 B
JSON
15 lines
199 B
JSON
{
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**", ".next/**"]
|
|
},
|
|
"lint": {
|
|
"outputs": []
|
|
},
|
|
"dev": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|