You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/supabase/local-development/push-changes.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,3 +38,9 @@ For local database:
38
38
```bash
39
39
npx supabase gen types typescript --local --schema public > ./nextjs/types_db.ts
40
40
```
41
+
42
+
7. For deploying Supabase Edge functions from the local changes to the production environment, run the following command at the root of the application:
0 commit comments