1 import path from 'node:path'; 2 import { build } from './build.mjs'; 3 4 const i18nPath = path.resolve('lib', 'i18n-prod.ts'); 5 6 void build(i18nPath);