fixed bugs

This commit is contained in:
Altair-sh
2025-05-23 01:51:50 +05:00
parent 8e4ce66cc4
commit 8c270fc4ea
14 changed files with 85 additions and 47 deletions
+11
View File
@@ -0,0 +1,11 @@
'server'
export const defaultConfig = {
services: {
saveParserBackend: {
url: 'http://127.0.0.1:5226',
},
auth: {},
},
}
export type AppConfig = typeof defaultConfig