feat: new website

This commit is contained in:
Dan Finch 2026-05-13 02:03:11 +02:00
commit a11f391556
65 changed files with 2827 additions and 0 deletions

26
da.nfin.ch.code-workspace Normal file
View file

@ -0,0 +1,26 @@
{
"folders": [
{
"name": "da.nfin.ch",
"path": ".",
},
],
"settings": {
"oxc.path.oxfmt": "node_modules/.bin/oxfmt",
"oxc.path.oxlint": "node_modules/.bin/oxlint",
"files.exclude": {
"**/.git": true,
"**/node_modules": true,
"**/.temp": true,
"**/dist": true,
"**/*.tsbuildinfo": true,
},
"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.*.json, regime.internal.json, commitlint.config.*, release.config.*js, hypeup.config.*",
"vite.config.ts": "*.vite.plugin.ts",
"README.md": "LICENSE, LICENSE.md",
},
},
}