created proxy for parser backend

This commit is contained in:
2025-05-22 23:31:17 +05:00
parent 9faf3f7618
commit 8e4ce66cc4
14 changed files with 146 additions and 15 deletions
+1
View File
@@ -0,0 +1 @@
/runtimeConfig.json
+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