-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace hardcoded data with supabase content
- Loading branch information
Showing
90 changed files
with
3,315 additions
and
454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
SUPABASE_API_URL="http://127.0.0.1:54321" | ||
SUPABASE_ANON_KEY="" | ||
SUPABASE_STORAGE_URL="http://127.0.0.1:54321/storage/v1/s3" | ||
DATABASE_URL="postgresql://postgres:[email protected]:54322/postgres" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
.neoconf.json | ||
|
||
# Potentially sensitive environment files | ||
.env | ||
|
||
# Generated by Cargo | ||
# will have compiled files and executables | ||
/target | ||
/target/ | ||
/dist/ | ||
/static/ | ||
/.dioxus/ | ||
|
||
# These are backup files generated by rustfmt | ||
**/*.rs.bk | ||
|
||
node_modules/ | ||
/assets/tailwind.css |
Oops, something went wrong.