This is my first time building a Nuxt App and I'm trying to deploy it to netlify, now whats happening is I run
yarn run generate
I don't get any errors or anything but I get stuck here
Built at: 2019-02-01 15:16:38
Asset Size Chunks Chunk Names
53deff7cce1c2de4cfa5.js 59 KiB 1 [emitted] pages_index
server.js 36.9 KiB 0 [emitted] app
server.manifest.json 243 bytes [emitted]
+ 2 hidden assets
Entrypoint app = server.js server.js.map
i Generating pages
15:16:38
√ Generated /
and then nothing?
The same thing happens when I run the command in my terminal, It just stays on generated and nothing happens
My site is pretty basic and I have not added any other config excpet for the ability to use scss
My site is never deployed Its been sitting like that for an hour is there something I'm doing wrong??
EDIT
Finally something happened
Build exceeded maximum allowed runtime
How can I solve this issue??
Any help would be appreciated!