normalize biome config (lineWidth 80, quoteStyle double), switch server to bun native, add CLAUDE.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 23:01:11 +01:00
parent 08393cd7cd
commit 35fbb1b47d
40 changed files with 1053 additions and 547 deletions

View File

@@ -11,6 +11,9 @@ bun install
echo "==> Building client (Vite)..."
bun run build
echo "==> Stamping service worker version..."
sed -i '' "s/__SW_VERSION__/$(date +%s)/" dist/client/sw.js
echo "==> Syncing static files to ${REMOTE_HOST}:${REMOTE_STATIC_DIR} ..."
rsync -avz --delete \
--exclude='.DS_Store' \