Skip to content

Commit 3d5f27e

Browse files
committed
feat: add editing and saving and sharing
1 parent 8a3a55d commit 3d5f27e

62 files changed

Lines changed: 6052 additions & 8450 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.example.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,10 @@ RESEND_API_KEY=
2626
# These users will have admin access to approve public gallery submissions
2727
ADMIN_EMAILS=your-email@example.com
2828

29+
# Sender email address for magic link emails
30+
# Format: "Display Name <email@yourdomain.com>"
31+
# Must be from a verified domain in Resend, or use onboarding@resend.dev for testing
32+
EMAIL_FROM=Hex Flower Engine <info@yourdomain.com>
33+
2934
# Environment (production or development)
3035
ENVIRONMENT=development

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,19 @@
1010

1111
# production
1212
/build
13+
/dist
1314

14-
# misc
15+
# env
1516
.DS_Store
1617
.env
1718
.env.local
1819
.env.development.local
1920
.env.test.local
2021
.env.production.local
2122

23+
# misc
24+
/.tmp
25+
2226
# wrangler
2327
.dev.vars
2428

.wrangler/state/v3/d1/miniflare-D1DatabaseObject/e7352547963de7050bd7d94658afc4fe78b61811b7815da12d90be8e863abf4d.sqlite-wal

Whitespace-only changes.

dist/assets/index-DVenYr2c.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/assets/index-PkjuYLHl.js

Lines changed: 0 additions & 7845 deletions
This file was deleted.

0 commit comments

Comments
 (0)