export default defineConfig()

in spatial/vite.config.ts [19:22]


export default defineConfig({
  base: './',
  plugins: [react()],
})