File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export async function init(callback: ReadyCallback): Promise<void> {
5454 try {
5555 let firebaseConfig : FirebaseOptions | null ;
5656
57- const constants = import . meta. glob ( "./constants/firebase-config* .ts" ) ;
57+ const constants = import . meta. glob ( "./constants/firebase-config.ts" ) ;
5858 const loader = constants [ "./constants/firebase-config.ts" ] ;
5959 if ( loader ) {
6060 firebaseConfig = ( ( await loader ( ) ) as { firebaseConfig : FirebaseOptions } )
Original file line number Diff line number Diff line change @@ -155,8 +155,8 @@ export default {
155155 {
156156 filter : [ "src/ts/firebase.ts" ] ,
157157 replace : {
158- from : `"./constants/firebase-config"` ,
159- to : `"./constants/firebase-config-live"` ,
158+ from : `"./constants/firebase-config.ts "` ,
159+ to : `"./constants/firebase-config-live.ts "` ,
160160 } ,
161161 } ,
162162 {
You can’t perform that action at this time.
0 commit comments