From f3d0ab6fb309fc68b225c81d76779087e3ab47a7 Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Mon, 14 Oct 2024 21:51:30 +0200 Subject: [PATCH] Svelte: Remove alpine symlink, the built system is too fragile for them --- alpine/index.html | 1 - vite.config.js | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 120000 alpine/index.html diff --git a/alpine/index.html b/alpine/index.html deleted file mode 120000 index 79c5d6f..0000000 --- a/alpine/index.html +++ /dev/null @@ -1 +0,0 @@ -../index.html \ No newline at end of file diff --git a/vite.config.js b/vite.config.js index 8f56fc8..05a5e6d 100644 --- a/vite.config.js +++ b/vite.config.js @@ -19,8 +19,7 @@ export default defineConfig({ { src: 'scrollbar.css', dest: '' }, { src: 'serviceWorker.js', dest: '' }, { src: 'login.html', dest: '' }, - { src: 'assets/', dest: '' }, - { src: 'alpine/', dest: '', dereference: false } + { src: 'assets/', dest: '' } ] }) ]