epic-stack
epic-stack copied to clipboard
This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.
First off, thanks for creating the epic stack! I'm learning about rate limiting so I thought I'd use epic-stack for reference. While looking over the repo, these two lines caught...
I migrated the DB to a simpler format. Naturally, this got the testing database at `./tests/prisma/base.db` out of sync with the Prisma client and most Vitest tests fail. It would...
After a short conversation with @kentcdodds on Discord, I'm opening this issue in order to run the docker image locally. As Kent said, it may be worth removing LiteFS from...
Hello! I just created a new project via `npx create-epic-app@latest`. I'm running into an error when running eslint locally: ``` ============= WARNING: You are currently running a version of TypeScript...
updated `status-button` component to be conditionally enabled ## Test Plan ## Checklist - [ ] Tests updated - [ ] Docs updated ## Screenshots
update `useIsPending` hook to be conditionally enabled ## Test Plan ## Checklist - [ ] Tests updated - [ ] Docs updated ## Screenshots
It should have been aprox a month or so that you are not getting any sentry info for epic-stack Here is the error message from epic-stack own repo ``` #20...
"setup" is a noun and "set up" is a verb. This updates the init script to choose the correct one. ## Test Plan n/a ## Checklist n/a ## Screenshots n/a
## Intro Hello! Just wanted to say I'm using this for a new project and I'm super pumped to have found this. Thank you to all contributors for everything you've...
I'm getting a foreign key conflict issue that might be caused by the db cleanup function. Interestingly, it only happens in Github Actions. If I insert this data as a...