mirror of https://github.com/buster-so/buster.git
14 lines
327 B
JSON
14 lines
327 B
JSON
{
|
|
"name": "@buster-app/supabase",
|
|
"version": "0.0.1",
|
|
"private": false,
|
|
"dependencies": {},
|
|
"scripts": {
|
|
"lint": "biome check . --write",
|
|
"lint:fix": "biome check . --write",
|
|
"start": "supabase start",
|
|
"stop": "supabase stop",
|
|
"reset": "supabase stop && supabase start && supabase db reset"
|
|
}
|
|
}
|