trips) migrate sqlite and runtime to bun
Some checks failed
PR Checks / lint-test-and-docker-build (pull_request) Has been cancelled

This commit is contained in:
2026-02-20 23:05:22 -05:00
parent 982c84cc33
commit e28741a4f1
7 changed files with 33 additions and 110 deletions

View File

@@ -5,10 +5,10 @@ A SvelteKit travel planning app for managing trips, travelers, transportation, l
## Tech Stack
- SvelteKit + TypeScript
- SQLite (`better-sqlite3`)
- SQLite (`bun:sqlite`)
- Vitest for unit tests
- Biome + Prettier for code quality
- Bun for local/deploy build workflows
- Bun for local/deploy build and runtime workflows
- Docker multi-stage build for production image
## Features
@@ -29,7 +29,6 @@ A SvelteKit travel planning app for managing trips, travelers, transportation, l
### Requirements
- Bun 1.x
- Node.js 22+ (runtime target)
### Setup