j'arrive pas a commit

This commit is contained in:
camille
2026-03-22 13:25:37 +01:00
parent fd385b1393
commit 8c8e6a613a
11 changed files with 1479 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { defineConfig } from 'vite'
import riot from 'rollup-plugin-riot'
export default defineConfig({
plugins: [
riot()
]
})