chore: format

This commit is contained in:
doprz
2025-11-06 20:06:59 -06:00
parent c2b43dc949
commit ea5d1e2b16
22 changed files with 611 additions and 638 deletions

10
.vscode/launch.json vendored
View File

@@ -6,13 +6,9 @@
"request": "launch",
"name": "Run current script",
"runtimeExecutable": "npx",
"runtimeArgs": [
"tsx"
],
"runtimeArgs": ["tsx"],
"program": "${file}",
"skipFiles": [
"<node_internals>/**"
],
"skipFiles": ["<node_internals>/**"]
}
]
}
}

View File

@@ -26,7 +26,7 @@
"navigation": "Routes",
"logging": "log",
"popup": "Layout",
"storage": "Database",
"storage": "Database"
},
"material-icon-theme.files.associations": {
"tsconfig.extension.json": "tsconfig",
@@ -36,5 +36,5 @@
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.tsdk": "node_modules/typescript/lib"
}