UNPKG

config-ymal-react-angular

Version:

A CLI to help generate a YMAL for deploying React and Angular App

23 lines 343 B
{ "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" } ] }