vinext boiler

This commit is contained in:
JonLuca De Caro
2026-03-18 16:08:28 -07:00
commit a62d314b4a
22 changed files with 4722 additions and 0 deletions

9
.oxfmtrc.json Normal file
View File

@@ -0,0 +1,9 @@
{
"printWidth": 120,
"arrowParens": "always",
"semi": true,
"tabWidth": 2,
"trailingComma": "all",
"sortPackageJson": false,
"ignorePatterns": [".idea", ".next", ".wrangler", "dist", "generated", "node_modules", "worker"]
}