Hello world this

This commit is contained in:
Wouter van Veelen
2025-11-02 23:25:40 +01:00
parent 5805dee1b4
commit 9354f02819
28 changed files with 362 additions and 317 deletions

View File

@@ -1,13 +1,13 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
// https://vite.dev/config/
export default defineConfig({
plugins: [
react({
babel: {
plugins: [['babel-plugin-react-compiler']],
},
}),
],
})
plugins: [
react({
babel: {
plugins: [["babel-plugin-react-compiler"]],
},
}),
],
});