From 216441d3564e00aabfac7e8acf346e34a5db9598 Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Fri, 24 Apr 2026 16:50:12 -0700 Subject: Add Vite playground for local development MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .npmignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.npmignore') diff --git a/.npmignore b/.npmignore index 51dd034..f1b7da2 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,9 @@ source/ tests/ +playground/ PLAN.md .gitignore svelte.config.js tsconfig.json +vite.config.ts +vitest.config.ts -- cgit v1.2.3