Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dotenv-expand; add create/update to preheat #1740

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

w3cj
Copy link
Contributor

@w3cj w3cj commented Jul 9, 2024

  • Adds dotenv-expand so I can use this syntax in my .env:
DATABASE_URL=mysql://${DATABASE_USER}:${DATABASE_PASSWORD}@${DATABASE_HOST}:${DATABASE_PORT}/${DATABASE_NAME}
  • Adds pnpm db:push to the preheat script to create the schema in the DB before seeding

Copy link

vercel bot commented Jul 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
syntax-website ✅ Ready (Inspect) Visit Preview Jul 9, 2024 9:25pm

Copy link

codecov bot commented Jul 9, 2024

Bundle Report

Changes will decrease total bundle size by 3 bytes ⬇️

Bundle name Size Change
website-client-esm 2.26MB 2 bytes ⬇️
website-server-esm 30.67MB 1 bytes ⬇️

@stolinski
Copy link
Collaborator

sick! thank you, looks great

@stolinski stolinski merged commit f8c804c into preheat2 Jul 9, 2024
3 of 4 checks passed
@stolinski stolinski deleted the preheat2-expand-schemacreate branch July 9, 2024 21:36
stolinski added a commit that referenced this pull request Jul 12, 2024
* re-writes preheat in node

* updates readme with more simple instructions

* removes rust startup script in favor of preheat

* add dotenv-expand; add create/update to preheat (#1740)

* removes comments a tweaks seeding code

---------

Co-authored-by: CJ <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants