Svelte: Remove alpine symlink, the built system is too fragile for them
This commit is contained in:
parent
208fee9353
commit
f3d0ab6fb3
2 changed files with 1 additions and 3 deletions
|
@ -1 +0,0 @@
|
|||
../index.html
|
|
@ -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: '' }
|
||||
]
|
||||
})
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue