fix: locales serving

This commit is contained in:
dec0dOS 2024-07-09 19:58:54 +01:00
commit 94581a8999
6 changed files with 41 additions and 7 deletions

View file

@ -4,7 +4,7 @@ import * as url from "url";
const __dirname = url.fileURLToPath(new URL(".", import.meta.url));
export default function GenerateLocalesPlugin() {
export default function generateLocalesPlugin() {
return {
name: "generate-locales",
buildStart() {