File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
"cwd" : " ${file}"
10
10
},
11
11
{
12
- "command" : " npm run start-api " ,
12
+ "command" : " npm run start-swa " ,
13
13
"name" : " Run emulator" ,
14
14
"request" : " launch" ,
15
15
"type" : " node-terminal"
Original file line number Diff line number Diff line change 17
17
"changelog" : " auto-changelog --starting-version 3.0.0 --commit-limit false --hide-credit" ,
18
18
"eject" : " react-scripts eject" ,
19
19
"lint" : " eslint \" src/**/*.js\" " ,
20
- "start" : " react-scripts start" ,
20
+ "start" : " set HTTPS=true&&set SSL_CRT_FILE=./.vscode/cert.crt&&set SSL_KEY_FILE=./.vscode/key.key&& react-scripts start" ,
21
21
"test" : " react-scripts test" ,
22
22
"test:cov" : " npm test -- --coverage --watchAll=false" ,
23
23
"test:debug" : " react-scripts --inspect-brk test --runInBand" ,
24
- "start-api " : " swa start --ssl --ssl-cert ./.vscode/cert.crt --ssl-key ./.vscode/key.key --swa-config-location .vscode http ://localhost:3000 --api-location http://localhost:7071" ,
24
+ "start-swa " : " swa start --ssl --ssl-cert ./.vscode/cert.crt --ssl-key ./.vscode/key.key --swa-config-location .vscode https ://localhost:3000 --api-location http://localhost:7071" ,
25
25
"prepare" : " husky install"
26
26
},
27
27
"config" : {
98
98
"stylelint-order" : " ^5.0.0"
99
99
},
100
100
"engines" : {
101
- "node" : " 16 " ,
101
+ "node" : " 18 " ,
102
102
"npm" : " >=7"
103
103
}
104
104
}
You can’t perform that action at this time.
0 commit comments