From f7ec360178257c829dc960e7a2396ffb0736db89 Mon Sep 17 00:00:00 2001 From: Tokin Date: Sun, 12 Jul 2026 16:18:46 -0700 Subject: [PATCH] Update vite.config.js --- vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.js b/vite.config.js index bce6832..7ee88b1 100644 --- a/vite.config.js +++ b/vite.config.js @@ -31,6 +31,7 @@ export default defineConfig(({ command }) => { wallet: resolve(__dirname, 'wallet.html'), shop: resolve(__dirname, 'shop.html'), callback: resolve(__dirname, 'callback.html'), + 'swap-test': resolve(__dirname, 'swap-test.html'), } } },