123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "development": {
- "serverHost": "127.0.0.1",
- "serverPort": 80,
- "title": "",
- "description": "",
- "keyword": "",
- "scripts": [],
- "publicPath": "/",
- "basename": "/",
- "proxy": [
- {
- "target": "",
- "from": "/",
- "to": "/"
- }
- ]
- },
- "test": {
- "serverHost": "127.0.0.1",
- "serverPort": 3000,
- "title": "",
- "description": "",
- "keyword": "",
- "scripts": [],
- "publicPath": "/",
- "basename": "/"
- },
- "production": {
- "serverHost": "127.0.0.1",
- "serverPort": 3000,
- "title": "",
- "description": "",
- "keyword": "",
- "scripts": [],
- "publicPath": "/",
- "basename": "/"
- }
- }
|