Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 0c6e826

Browse files
committed
Use pg-meta
1 parent e717878 commit 0c6e826

9 files changed

Lines changed: 2583 additions & 219 deletions

File tree

.env.example

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
SUPABASE_PROJECT_ID=
2-
SUPABASE_MANAGEMENT_API_ACCESS_TOKEN=
1+
BACKENGINE_BASE_URL=
2+
BACKENGINE_PROJECT_ID=
3+
BACKENGINE_API_KEY=

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const run = async () => {
4949
await writeFile(`${DIRECTORY}/${types.fileName}`, types.content);
5050

5151
const supabaseFile = await parseSupabaseFile();
52-
const hookFiles = await parseHookFiles(types);
52+
const hookFiles = await parseHookFiles();
5353
const metadataFile = await parseMetadataFile(hookFiles);
5454
const componentFiles = await parseComponentFiles(hookFiles);
5555

0 commit comments

Comments
 (0)