export default defineConfig()

in src/frontend/vite.config.ts [22:24]


export default defineConfig({
  plugins: [react(), tsconfigPaths()],
});