aboutsummaryrefslogtreecommitdiff
path: root/playground/src/App.svelte (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Point playground at PokeAPI by defaultHEADprimarynetop://ウィビ16 hours1-1/+2
|
* Add Vite playground for local developmentnetop://ウィビ17 hours1-0/+23
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.