rsnext/examples/with-stencil/now.json
MH Rohman Masyhar 275a65555a Add with-stencil example (#10125)
* feat(example): add with-stencil

* feat(docs): add build stencil component

* fix: disable eslint config for h render

* Update README.md

* Delete .editorconfig

* Update index.js

* Fix linting

Co-authored-by: Joe Haddad <timer150@gmail.com>
2020-01-20 16:45:03 -05:00

5 lines
178 B
JSON

{
"version": 2,
"builds": [{ "src": "packages/web-app/package.json", "use": "@now/next" }],
"routes": [{ "src": "(.*)", "dest": "packages/web-app$1", "continue": true }]
}