chore: init oxc

This commit is contained in:
Julien Calixte
2026-03-28 09:34:04 +01:00
parent d457fd4064
commit 8e8706e258
19 changed files with 830 additions and 192 deletions

View File

@@ -1,3 +1,3 @@
module.exports = {
plugins: { "@tailwindcss/postcss": {}, autoprefixer: {} },
plugins: { '@tailwindcss/postcss': {}, autoprefixer: {} }
}