mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
fix tailwindcss in interface not loading
This commit is contained in:
+2
-1
@@ -64,7 +64,8 @@ export default {
|
||||
{ from: "public", to: "." },
|
||||
{ from: "src/inject/preview", to: "inject/preview" },
|
||||
{ from: "node_modules/webextension-polyfill/dist/browser-polyfill.js", to: "."},
|
||||
{ from: "interface/dist/client", to: "client" }
|
||||
{ from: "interface/dist/client", to: "client" },
|
||||
{ from: "interface/dist/index.html", to: "interface/index.html" }
|
||||
],
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user