Merge branch 'develop' into feat-editor

This commit is contained in:
math-pixel
2026-04-27 13:55:13 +02:00
committed by GitHub
55 changed files with 1452 additions and 2211 deletions
+2 -2
View File
@@ -28,13 +28,13 @@ const saveMapPlugin = () => ({
});
},
});
import { fileURLToPath } from "node:url";
// https://vite.dev/config/
export default defineConfig({
plugins: [react(), saveMapPlugin()],
resolve: {
alias: {
"@": path.resolve(__dirname, "./src"),
"@": fileURLToPath(new URL("./src", import.meta.url)),
},
},
});