From 491c0de845a886954262e3ddb24959ba37a014b6 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 17 Dec 2025 11:00:51 +0100 Subject: lintstagedrc: regenerate schemas/openapi if schemas changed --- server.code-workspace | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'server.code-workspace') 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": [], + }, } -- cgit 1.5.1