Skip to content

Commit 47c6fe8

Browse files
committed
chore: update firebase config
1 parent 5900182 commit 47c6fe8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/nuxt/playground/firebase.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"functions": {
3+
"runtime": "nodejs18",
34
"source": ".output/server"
45
},
56
"hosting": {
@@ -28,10 +29,10 @@
2829
"host": "127.0.0.1",
2930
"port": 9099
3031
},
31-
// "functions": {
32-
// "host": "127.0.0.1",
33-
// "port": 5001
34-
// },
32+
"functions": {
33+
"host": "127.0.0.1",
34+
"port": 5001
35+
},
3536
"firestore": {
3637
"host": "127.0.0.1",
3738
"port": 8080

0 commit comments

Comments
 (0)