From f785b3306890844e46e9380ef2d9ba88893ca4be Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sun, 30 Mar 2025 18:16:31 -0400 Subject: [PATCH 1/4] reformat env file --- .env | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 5a40385..e853281 100644 --- a/.env +++ b/.env @@ -1,14 +1,25 @@ NODE_ENV= -# SECRETS +########################## +# APP VARIABLES # +########################## +APP_NAME=hestia + +########################## +# SECRETS # +########################## SECRETS_PASSWORD=secret_do_not_commit_or_change_this_create_.env.local_instead SECRETS_SALT=secret_do_not_commit_or_change_this_create_.env.local_instead SECRETS_IV_POSITION=secret_do_not_commit_or_change_this_create_.env.local_instead -# PRISMA +########################## +# DATABASE # +########################## DATABASE_URL="postgres://hestia:test123@localhost:5432/hestia" DIRECT_URL="postgres://hestia:test123@localhost:5432/hestia" -# CLERK +########################## +# AUTHENTICATION # +########################## PUBLIC_CLERK_PUBLISHABLE_KEY=secret_do_not_commit_or_change_this_create_.env.local_instead CLERK_SECRET_KEY=secret_do_not_commit_or_change_this_create_.env.local_instead \ No newline at end of file From 64d1b58b2745e55df372f1414f54d31615691f18 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sun, 30 Mar 2025 15:48:22 -0400 Subject: [PATCH 2/4] remove netlify config --- netlify.toml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 6874893..0000000 --- a/netlify.toml +++ /dev/null @@ -1,3 +0,0 @@ -[build] -command = "bunx prisma migrate deploy && bun run build" -publish = "build" From 735c6c64eb526f5428188a890624969f1cea31de Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sun, 30 Mar 2025 16:09:22 -0400 Subject: [PATCH 3/4] remove since its only ever set to 'production' --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index e853281..3fcbd9e 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -NODE_ENV= +NPM_TOKEN= ########################## # APP VARIABLES # From 8f96736328cc45420f1e30b82fef8744ff17de06 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sun, 30 Mar 2025 16:56:47 -0400 Subject: [PATCH 4/4] storybook ignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 66c56cc..74b2b6a 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,9 @@ node_modules Thumbs.db .idea +# Storybook +storybook-static + # Vite vite.config.js.timestamp-* vite.config.ts.timestamp-*