从@abearxiong/config拷贝过来

This commit is contained in:
2024-11-17 16:32:56 +08:00
commit 9e1881d06e
15 changed files with 544 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"$schema": "../schema.json",
"app": {
"type": "inline-app",
"port": 14000,
"remote": {
"host": "localhost",
"path": "/api/router"
},
"micro": {
"name": "micro-app",
"port": 3001
}
}
}

View File

@@ -0,0 +1,17 @@
{
"$schema": "../schema.json",
"app": {
"type": "micro-app",
"port": 14000,
"remote": {
"host": "localhost",
"path": "/api/router"
},
"micro": {
"remote": {
"host": "localhost",
"port": 3001
}
}
}
}