Browse Source

Svelte: Remove alpine symlink, the built system is too fragile for them

Alessandro Pignotti 9 months ago
parent
commit
f3d0ab6fb3
2 changed files with 1 additions and 3 deletions
  1. 0 1
      alpine/index.html
  2. 1 2
      vite.config.js

+ 0 - 1
alpine/index.html

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

+ 1 - 2
vite.config.js

@@ -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: '' }
 			]
 		})
 	]