mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-15 10:18:19 +00:00
Initialize project with Svelte 5, Vite 8, Tailwind CSS v4, and Vitest. Set up folder structure (src/lib, src/components, public/fonts), constants module with game values and 12-tier tile colors, Clear Sans font, and page background styling.
3 lines
85 B
JavaScript
3 lines
85 B
JavaScript
/** @type {import("@sveltejs/vite-plugin-svelte").SvelteConfig} */
|
|
export default {}
|