summary refs log tree commit diff
path: root/server.code-workspace
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-17 11:00:51 +0100
committerRory& <root@rory.gay>2025-12-17 11:01:27 +0100
commit491c0de845a886954262e3ddb24959ba37a014b6 (patch)
treec0251f3779a5cd2842320e1278232b48fbea0390 /server.code-workspace
parentPre-commit: use spaces for formatting, regenerate schemas if changed (diff)
downloadserver-ts-491c0de845a886954262e3ddb24959ba37a014b6.tar.xz
lintstagedrc: regenerate schemas/openapi if schemas changed
Diffstat (limited to 'server.code-workspace')
-rw-r--r--server.code-workspace42
1 files changed, 21 insertions, 21 deletions
diff --git a/server.code-workspace b/server.code-workspace

index c3ffcffa..d73553d9 100644 --- a/server.code-workspace +++ b/server.code-workspace
@@ -1,23 +1,23 @@ { - "folders": [ - { - "path": "src", - }, - { - "path": "assets", - }, - { - "path": "scripts", - }, - { - "path": ".", - }, - ], - "settings": { - "typescript.tsdk": "util\\node_modules\\typescript\\lib", - }, - "launch": { - "version": "0.2.0", - "configurations": [], - }, + "folders": [ + { + "path": "src", + }, + { + "path": "assets", + }, + { + "path": "scripts", + }, + { + "path": ".", + }, + ], + "settings": { + "typescript.tsdk": "util\\node_modules\\typescript\\lib", + }, + "launch": { + "version": "0.2.0", + "configurations": [], + }, }