1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Merge branch 'canary' of github.com:zeit/next.js into canary

This commit is contained in:
Tim Neutkens 2018-03-31 16:07:16 +02:00
commit 43fe9ace54
3 changed files with 4 additions and 8 deletions

View file

@ -43,13 +43,9 @@ npm run dev
#### Run Firebase locally for testing:
Unfortunately I have been unable to get any combination of
```bash
firebase serve --only functions,hosting
```
to locally host the built Next.js app as expected. [This issue is where solutions are being explored](https://github.com/firebase/firebase-tools/issues/535) and they will be shared here and on the [Next.js repo's similar issue](https://github.com/zeit/next.js/issues/3167) when discovered.
npm run serve
```
#### Deploy it to the cloud with Firebase:

View file

@ -4,7 +4,7 @@
"description": "Host Next.js SSR app on Firebase Cloud Functions with Firebase Hosting redirects.",
"scripts": {
"dev": "next src/app",
"serve": "echo \"for details see:\n\thttps://github.com/firebase/firebase-tools/issues/535 \n\thttps://github.com/zeit/next.js/issues/3167\";",
"serve": "NODE_ENV=production firebase serve --only functions,hosting",
"deploy": "firebase deploy",
"clean": "rimraf \"dist/functions\" && rimraf \"dist/public\"",
"build-public": "cpx \"src/public/**/*.*\" \"dist/public\" -C",

View file

@ -77,7 +77,7 @@
"fresh": "0.5.2",
"friendly-errors-webpack-plugin": "1.6.1",
"glob": "7.1.2",
"hoist-non-react-statics": "2.3.1",
"hoist-non-react-statics": "2.5.0",
"htmlescape": "1.1.1",
"http-errors": "1.6.2",
"http-status": "1.0.1",