Complete application scaffolding with: - Backend: Node.js + Fastify + sql.js (SQLite) - Frontend: SvelteKit + Tailwind CSS - Scraper engine with parallel fan-out, rate limiting, cheerio-based parsing - Store management with CSS selector config and per-store test pages - Docker setup for single-command deployment Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
104 B
Plaintext
9 lines
104 B
Plaintext
node_modules/
|
|
dist/
|
|
data/*.db
|
|
.env
|
|
.svelte-kit/
|
|
src/client/build/
|
|
src/client/.svelte-kit/
|
|
*.tsbuildinfo
|