feat: various improvements

This commit is contained in:
Dan Finch 2026-05-19 00:19:01 +02:00
parent 6598030888
commit 4999423af4
9 changed files with 42 additions and 23 deletions

View file

@ -2,8 +2,8 @@
"folders": [
{
"name": "da.nfin.ch",
"path": "."
}
"path": ".",
},
],
"settings": {
"oxc.path.oxfmt": "node_modules/.bin/oxfmt",
@ -18,7 +18,7 @@
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"tsconfig.json": "tsconfig.*.json",
"package.json": "bun.lock, bunfig.toml, *.bun.plugin.ts, ox*.config.ts, .gitignore, .mirrorignore, regime.config.json, commitlint.config.*, release.config.*js",
"package.json": "bun.lock, bunfig.toml, *.bun.plugin.ts, ox*.config.ts, .gitignore, .mirrorignore, regime.*.json, regime.internal.json, commitlint.config.*, release.config.*js, hypeup.config.*",
"vite.config.ts": "*.vite.plugin.ts",
"README.md": "LICENSE, LICENSE.md",
},