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 7171 "tslint" : " ~6.1.3" ,
7272 "typescript" : " ~4.2.4"
7373 }
74- }
74+ }
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ global['WebSocket'] = require('ws');
1515/* tslint:enable:no-string-literal */
1616
1717// include the protos required to bundle firestore
18- import 'dir-loader!./firestore-protos' ;
18+ // import 'dir-loader!./firestore-protos';
1919
2020// The Express app is exported so that it can be used by serverless Functions.
2121export function app ( ) {
Original file line number Diff line number Diff line change 11{
22 "$schema" : " http://json-schema.org/draft-07/schema" ,
3+ "$id" : " FirebaseDeploySchema" ,
34 "id" : " FirebaseDeploySchema" ,
45 "title" : " Firebase Deploy" ,
56 "description" : " Ng Deploy target options for Firebase." ,
You can’t perform that action at this time.
0 commit comments