Attempts to a broken dynamic service loading.

This commit is contained in:
2023-08-11 16:08:10 +02:00
parent 22545e46bb
commit 09304b9a95
9 changed files with 128 additions and 64 deletions

View File

@@ -5,5 +5,6 @@
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
"tabWidth": 4
}