UNPKG
config-ymal-react-angular
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
A CLI to help generate a YMAL for deploying React and Angular App
config-ymal-react-angular
/
now.json
23 lines
•
343 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{ "version":
2
,
"name"
:
"config-ymal-react-angular"
,
"type"
:
"react"
,
"builds"
: [ { "
src
":
"package.json"
,
"use"
:
"@now/static-build"
,
"config"
: { "distDir":
"build"
} } ], "routes": [ { "handle":
"filesystem"
}, { "
src
":
"/.*"
,
"dest"
:
"index.html"
} ] }