move supabase to be an app

This commit is contained in:
Nate Kelley 2025-09-23 09:52:33 -06:00
parent df16049631
commit 57711b146b
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
27 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"dev": "make fast-no-migrations",
"dev:fast": "make fast-no-migrations"
"dev:fast": "make fast-no-migrations",
"start": "make fast-no-migrations"
},
"dependencies": {
"@buster/database": "workspace:*"

View File

@ -1,5 +1,5 @@
{
"name": "@buster/supabase",
"name": "@buster-app/supabase",
"version": "0.0.1",
"private": false,
"scripts": {

View File

@ -1336,8 +1336,6 @@ importers:
specifier: 'catalog:'
version: 4.20.5
packages/supabase: {}
packages/test-utils:
dependencies:
'@buster/database':