production ready

This commit is contained in:
2026-06-04 18:47:17 +02:00
parent 8524179793
commit aecd49a1bc
10 changed files with 499 additions and 16 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## Unreleased
- Switched the SvelteKit app to `@sveltejs/adapter-node` for production Node hosting.
- Added pnpm production scripts, a production environment example, and source-control ignores for local/build artifacts.
- Documented production build/start commands and Convex Auth production environment requirements.
## 0.1.0 - 2026-06-04
- Built the initial Journaley journaling app with SvelteKit, Tailwind CSS, shadcn-svelte conventions, Convex, and Convex Auth.