File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 },
2626 "scripts" : {
2727 "start" : " craco start" ,
28- "start:legacy" : " env-cmd -f .env.legacy craco start" ,
29- "start:staging-proxy" : " env-cmd -f .env.staging-proxy craco start" ,
3028 "build" : " craco build" ,
3129 "build:development" : " env-cmd -f .env.development craco build" ,
3230 "build:staging" : " env-cmd -f .env.staging craco build" ,
3331 "build:production" : " env-cmd -f .env.production craco build" ,
3432 "test" : " craco test" ,
3533 "eject" : " react-scripts eject" ,
36- "cors-proxy:staging" : " lcp --proxyUrl https://lighthouse01.uni-kiel.de --proxyPartial '' --credentials --origin http://localhost:4000" ,
37- "cors-proxy:legacy" : " lcp --proxyUrl https://lighthouse.uni-kiel.de --proxyPartial '' --credentials --origin http://localhost:4000" ,
38- "regenerate-api-types" : " swagger-typescript-api -p https://lighthouse01.uni-kiel.de/api/swagger/doc.json -o src/contexts/api/auth -n generated.ts" ,
34+ "regenerate-api-types" : " swagger-typescript-api -p https://lighthouse.uni-kiel.de/api/swagger/doc.json -o src/contexts/api/auth -n generated.ts" ,
3935 "update-browserslist" : " npx update-browserslist-db@latest"
4036 },
4137 "eslintConfig" : {
You can’t perform that action at this time.
0 commit comments