Skip to content

Commit

Permalink
fix: missing firebase project id in config
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Sep 19, 2023
1 parent fe518cc commit 5d8c0db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export default defineNuxtConfig({
authToken: '' || process.env.TURSO_AUTH_TOKEN,
},

firebaseAppCheck: {
firebase: {
projectId: 'sstaa-app' || process.env.FIREBASE_PROJECT_ID,
},
},
})

0 comments on commit 5d8c0db

Please # to comment.