Skip to content

Commit

Permalink
initiate local supabase
Browse files Browse the repository at this point in the history
  • Loading branch information
khanghy2130 committed Oct 11, 2024
1 parent 45f6d15 commit ccb88cf
Show file tree
Hide file tree
Showing 9 changed files with 1,373 additions and 13,474 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ yarn test
Replace `abcd12345` with project ID.

```sh
npx supabase gen types typescript --project-id abcd12345 > database.types.ts
yarn supabase gen types typescript --project-id abcd12345 > database.types.ts
```

## Environment variables
Expand Down
8 changes: 0 additions & 8 deletions app/routes/login/SignupForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ export default function SignupForm({
<h1 className="pb-4 text-center text-2xl">Register</h1>

<input name="form_type" type="hidden" value="REGISTER" />
{/* <label htmlFor="reg_display_name_input">Display name</label>
<input
name="reg_display_name_input"
id="reg_display_name_input"
type="text"
required
className="text-input"
/> */}
<label htmlFor="reg_email_input">Email</label>
<input
name="reg_email_input"
Expand Down
3 changes: 3 additions & 0 deletions database.types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
yarn run v1.22.22
$ "C:\Users\khang\OneDrive\Máy tính\MAIN\remix-app-01\node_modules\.bin\supabase" gen types typescript --project-id ulaqqblqcmrlbvnsehxg
export type Json =
| string
| number
Expand Down Expand Up @@ -489,3 +491,4 @@ export type Enums<
: PublicEnumNameOrOptions extends keyof PublicSchema["Enums"]
? PublicSchema["Enums"][PublicEnumNameOrOptions]
: never
Done in 1.10s.
Loading

0 comments on commit ccb88cf

Please sign in to comment.