Explorar el Código

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

Alessandro Pignotti hace 9 meses
padre
commit
f6b931c273
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      alpine/index.html
  2. 1 0
      vite.config.js

+ 1 - 0
alpine/index.html

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

+ 1 - 0
vite.config.js

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