nitro-demo
nitro-demo copied to clipboard
nuxt nitro preview
This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v2` -> `v3` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | major | `v2` -> `v3` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v2` -> `v3` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | @​nuxt/bridge | [`0.0.0-27183684.49f7b39`...
Working example: https://github.com/rishi-raj-jain/layer0-nitro-example Deployed Link: https://layer0-docs-layer0-nitro-demo-default.layer0-limelight.link
Replace flashdrive.io
I did clone, yarn install and tried ```sh npm run build npm run start wrangler dev ``` nothing works  ![Screen Shot 2021-09-19 at...
I noticed that the `@nuxt/image` package does not work with this demo and maybe the `@nuxt/nitro` package itself. Folder `.vercel_build_output/config/images.json` is not generated. When built without nitro, everything works beautifully...
Hello @pi0 and @danielroe ! I tried to run this demo on my local. It is not working with yarn dev or `node .output/server` after build. ```bash $ yarn generate...