瀏覽代碼

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

Alessandro Pignotti 9 月之前
父節點
當前提交
f3d0ab6fb3
共有 2 個文件被更改,包括 1 次插入3 次删除
  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: '' }
 			]
 		})
 	]