From f6b931c2731ab516fa0cced591e300ad93bc52f5 Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Mon, 14 Oct 2024 19:02:00 +0200 Subject: [PATCH] Svelte: Prepopulate a directory structure to support alpine with the SPA approach --- alpine/index.html | 1 + vite.config.js | 1 + 2 files changed, 2 insertions(+) create mode 120000 alpine/index.html diff --git a/alpine/index.html b/alpine/index.html new file mode 120000 index 0000000..79c5d6f --- /dev/null +++ b/alpine/index.html @@ -0,0 +1 @@ +../index.html \ No newline at end of file diff --git a/vite.config.js b/vite.config.js index 05a5e6d..d20bfcc 100644 --- a/vite.config.js +++ b/vite.config.js @@ -20,6 +20,7 @@ export default defineConfig({ { src: 'serviceWorker.js', dest: '' }, { src: 'login.html', dest: '' }, { src: 'assets/', dest: '' } + { src: 'alpine/', dest: '' } ] }) ]