fix: repair build

This commit is contained in:
2026-02-13 14:49:47 +01:00
parent 87631b23f9
commit 1511e83c28
5 changed files with 10 additions and 5 deletions

View File

@@ -72,9 +72,7 @@ export default defineNuxtModule({
}
};
nuxt.hook("build:before", async () => {
await copyWebpFiles();
});
await copyWebpFiles();
if (nuxt.options.dev) {
nuxt.hook("ready", () => {