forked from cesardmoro/brewapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ionic.config.json
59 lines (59 loc) · 1.21 KB
/
ionic.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "Brew-o-matic",
"integrations": {
"cordova": {}
},
"type": "ionic1",
"proxies": [
{
"path": "/user",
"proxyUrl": "https://brew-o-matic.com.ar/user/"
},
{
"path": "/recipe",
"proxyUrl": "https://brew-o-matic.com.ar/recipe/"
},
{
"path": "/notification",
"proxyUrl": "https://brew-o-matic.com.ar/notification/"
},
{
"path": "/hop",
"proxyUrl": "https://brew-o-matic.com.ar/hop/"
},
{
"path": "/yeast",
"proxyUrl": "https://brew-o-matic.com.ar/yeast/"
},
{
"path": "/misc",
"proxyUrl": "https://brew-o-matic.com.ar/misc/"
},
{
"path": "/style",
"proxyUrl": "https://brew-o-matic.com.ar/style/"
},
{
"path": "/tag",
"proxyUrl": "https://brew-o-matic.com.ar/tag/"
},
{
"path": "/grain",
"proxyUrl": "https://brew-o-matic.com.ar/grain/"
},
{
"path": "/style",
"proxyUrl": "https://brew-o-matic.com.ar/style/"
},
{
"path": "/waterReport",
"proxyUrl": "https://brew-o-matic.com.ar/waterReport/"
}
],
"watchPatterns": [
"scss/**/*",
"www/**/*",
"!www/lib/**/*",
"!www/**/*.map"
]
}