File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 5
5
/tsconfig.tsbuildinfo
6
6
* -debug.log
7
7
8
+ /firebase-data /*
9
+ ! /firebase-data /.gitkeep
10
+
8
11
index.js
9
12
index.js.map
10
13
index.d.ts
Original file line number Diff line number Diff line change 19
19
"test" : " wireit" ,
20
20
"test:manual" : " wireit" ,
21
21
"emulators:start" : " wireit" ,
22
+ "emulators:export" : " wireit" ,
22
23
"firebase" : " firebase"
23
24
},
24
25
"wireit" : {
64
65
"output" : []
65
66
},
66
67
"emulators:start" : {
67
- "command" : " firebase emulators:start --project wc-catalog" ,
68
+ "command" : " firebase emulators:start --project wc-catalog --import firebase-data " ,
68
69
"service" : true ,
69
70
"files" : [
70
71
" firebase.json" ,
71
72
" firestore.indexes.json" ,
72
73
" firestore.rules"
73
- ]
74
+ ],
75
+ "env" : {
76
+ "IMPORT" : {
77
+ "external" : true
78
+ }
79
+ }
80
+ },
81
+ "emulators:export" : {
82
+ "command" : " firebase emulators:export --project wc-catalog -f firebase-data"
74
83
},
75
84
"test:manual" : {
76
85
"command" : " NODE_OPTIONS='--enable-source-maps' FIRESTORE_EMULATOR_HOST=localhost:7450 uvu test \" _test\\ .js$\" " ,
You can’t perform that action at this time.
0 commit comments