cf570cd35bd263877689636bc1646776001aa8b3
				
			
			
		
	use-config
使用app.config.json5作为配置文件。
schema类型模版
{
  "$schema": "../schema.json",
  "app": {
    "type": "inline-app",
    "port": 14000,
    "remote": {
      "host": "localhost",
      "path": "/api/router"
    },
    "micro": {
      "name": "micro-app",
      "port": 3001
    }
  }
}
Description
				
					Languages
				
				
								
								
									TypeScript
								
								100%