aboutsummaryrefslogtreecommitdiff
path: root/vite.config.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup and ready for launchnetop://ウィビ2026-04-261-2/+19
|
* Add Vite playground for local developmentnetop://ウィビ2026-04-241-0/+10
npm run dev boots a Vite + Svelte 5 server at localhost:5173, importing GraphiQL.svelte directly from source/library. HMR reflects changes without a package rebuild. Points at the public Countries API by default — swap playground/src/App.svelte for your own endpoint.