Svelte: Prepopulate a directory structure to support alpine with the SPA approach

This commit is contained in:
Alessandro Pignotti 2024-10-14 19:02:00 +02:00
parent 7ab443c30c
commit f6b931c273
2 changed files with 2 additions and 0 deletions

1
alpine/index.html Symbolic link
View File

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

View File

@ -20,6 +20,7 @@ export default defineConfig({
{ src: 'serviceWorker.js', dest: '' },
{ src: 'login.html', dest: '' },
{ src: 'assets/', dest: '' }
{ src: 'alpine/', dest: '' }
]
})
]