mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-06-25 00:01:00 +02:00
* Add more detail about SKIP_EMAIL_VERIFICATION_IN_DEV to e2e tests README Fixes #363 Add `SKIP_EMAIL_VERIFICATION_IN_DEV=true` to `template/app/.env.server.example` file. * Add a new section to the file to skip email verification in development mode. * Add `SKIP_EMAIL_VERIFICATION_IN_DEV=true` to the new section. * Update .env.server.example Update README with SKIP_EMAIL_VERIFICATION_IN_DEV instructions and remove default from .env * Update e2e-tests/README.md Added more detailed explanations about the SKIP_EMAIL_VERIFICATION_IN_DEV variable in e2e-tests/README.md, including its significance, usage in CI pipelines, and troubleshooting tips. Let me know if any additional clarifications are needed! * Remove SKIP_EMAIL_VERIFICATION_IN_DEV from .env
<YOUR_APP_NAME>
This project is based on OpenSaas template and consists of three main dirs:
app
- Your web app, built with Wasp.e2e-tests
- Playwright tests for your Wasp web app.blog
- Your blog / docs, built with Astro based on Starlight template.
For more details, check READMEs of each respective directory!