File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 71
71
"tslint" : " ~6.1.3" ,
72
72
"typescript" : " ~4.2.4"
73
73
}
74
- }
74
+ }
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ global['WebSocket'] = require('ws');
15
15
/* tslint:enable:no-string-literal */
16
16
17
17
// include the protos required to bundle firestore
18
- import 'dir-loader!./firestore-protos' ;
18
+ // import 'dir-loader!./firestore-protos';
19
19
20
20
// The Express app is exported so that it can be used by serverless Functions.
21
21
export function app ( ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " http://json-schema.org/draft-07/schema" ,
3
+ "$id" : " FirebaseDeploySchema" ,
3
4
"id" : " FirebaseDeploySchema" ,
4
5
"title" : " Firebase Deploy" ,
5
6
"description" : " Ng Deploy target options for Firebase." ,
You can’t perform that action at this time.
0 commit comments