-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with now dev #4
Comments
I'm not aware of documentation on how to fix this. Trial and error has already taken quite some time, so all help is welcome! |
Not sure about this particular issue, but it's worth mentioning Basically I would take |
Please see if now.json is close to the readme helps { |
Just to re-iterate, as of building this, because of the embedded routes in
the builder payload, this doesn't work with now dev.
Hopefully zeit will update now dev soon, to support their newer build
output signatures.
On Sat, 28 Sep 2019 at 14:21, Uuno Mee ***@***.***> wrote:
Please see if now.json is close to the readme
<https://github.com/thgh/now-sapper> helps
`Example now.json
{
"version": 2,
"builds": [
{ "src": "*package.json*", "use": "now-sapper" }
],
}`
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABVORKJHG7KWQCDULT6OH3QL5K6RANCNFSM4IJXFK6A>
.
--
…________________________________
ꜽ . antony jones . http://www.enzy.org
|
Closing this as it relates to shortcomings in |
Hi everyone 👋 |
Thinking realistically, |
Should this be flagged higher up in the readme? I suspect it's a deal breaker for many. |
I run The only work around I need to do is delete the |
|
Hi,
Everything works if I use
now
, butnow dev
doesn't work.If __sapper__/build/index.js doesn't exist I get
But if __sapper__/build/index.js exist I get
Furthermore, it would be great if we didn't have to manually build and then deploy.
I followed every change in thgh/sapper-template@220307c
The text was updated successfully, but these errors were encountered: