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: 'scrollbar.css', dest: '' },
|
||||||
{ src: 'serviceWorker.js', dest: '' },
|
{ src: 'serviceWorker.js', dest: '' },
|
||||||
{ src: 'login.html', dest: '' },
|
{ src: 'login.html', dest: '' },
|
||||||
{ src: 'assets/', dest: '' },
|
{ src: 'assets/', dest: '' }
|
||||||
{ src: 'alpine/', dest: '', dereference: false }
|
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue