0
0
This commit is contained in:
caipira113 2024-08-26 18:34:12 +09:00
parent 7318200786
commit 54122a93dd
No known key found for this signature in database

View File

@ -8,7 +8,7 @@
import { fileURLToPath } from 'node:url'; import { fileURLToPath } from 'node:url';
import * as esbuild from 'esbuild'; import * as esbuild from 'esbuild';
import locales from '../../locales/index.js'; import locales from '../../locales/index.js';
import meta from '../../package.json' with { type: "json" }; import meta from '../../built/meta.json' with { type: "json" };
const watch = process.argv[2]?.includes('watch'); const watch = process.argv[2]?.includes('watch');
const __dirname = fileURLToPath(new URL('.', import.meta.url)) const __dirname = fileURLToPath(new URL('.', import.meta.url))