fix tailwindcss in interface not loading

This commit is contained in:
SethBurkart123
2023-09-25 13:10:55 +10:00
parent f2fe151c42
commit 3745653c0d
6 changed files with 33 additions and 9 deletions
+2 -1
View File
@@ -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" }
],
}),
],