Files
ai-coding-workflow-labs/bmad/svelte.config.js
T
tiennm99 d68f600ce8 feat: scaffold Svelte + Tailwind + Vite project (Story 1.1)
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.
2026-04-13 21:35:26 +07:00

3 lines
85 B
JavaScript

/** @type {import("@sveltejs/vite-plugin-svelte").SvelteConfig} */
export default {}