Преглед изворни кода

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

Alessandro Pignotti пре 9 месеци
родитељ
комит
f6b931c273
2 измењених фајлова са 2 додато и 0 уклоњено
  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: '' }
 			]
 		})
 	]