Skip to content

Commit

Permalink
Add endpoints for listing resources and etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Oct 14, 2023
1 parent 4cbc132 commit 86e6403
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 1,111 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "run-s build:*",
"build:migration": "if [ \"$VERCEL_ENV\" = production ] || [ \"$VERCEL_GIT_COMMIT_REF\" = staging ]; then pnpm --dir ../../ migration up; else echo 'Skip non prod/staging migration'; fi",
"build:next": "next build",
"codegen:sdk": "openapi-typescript http://localhost:3000/api/rest --output ./sdk/venice.gen.ts",
"codegen:sdk": "openapi-typescript http://localhost:3000/api/openapi --output ./sdk/venice.gen.ts",
"codegen:supabase": "supabase gen types typescript --linked --schema public > ./supabase/supabase.gen.ts",
"dev": "next dev",
"start": "next start"
Expand Down
Loading

0 comments on commit 86e6403

Please sign in to comment.