/** @type {import('vite').UserConfig} */ export default { base: './', build: { outDir: 'template/public', }, }