Svelte: Remove alpine symlink, the built system is too fragile for them

This commit is contained in:
Alessandro Pignotti 2024-10-14 21:51:30 +02:00
parent 208fee9353
commit f3d0ab6fb3
2 changed files with 1 additions and 3 deletions

View file

@ -1 +0,0 @@
../index.html

View file

@ -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: '' }
]
})
]