File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 88 "watch" : [
99 " **/*"
1010 ],
11- "ext" : " ts,js,twig"
11+ "ext" : " ts,js,twig" ,
12+ "execMap" : {
13+ "ts" : " node --loader ts-node/esm"
14+ }
1215}
Original file line number Diff line number Diff line change 1414 "start" : " concurrently \" yarn start-backend\" \" yarn build-frontend\" " ,
1515 "dev" : " concurrently \" yarn start-backend\" \" yarn build-frontend:dev\" " ,
1616 "build-all" : " yarn build-frontend && yarn build-backend" ,
17- "build-static" : " ts-node src/backend/app.ts build-static -c docs-config.yaml -c docs-config.local.yaml" ,
17+ "build-static" : " node --loader ts-node/esm src/backend/app.ts build-static -c docs-config.yaml -c docs-config.local.yaml" ,
1818 "start-backend" : " cross-env NODE_ENV=development npx nodemon --config nodemon.json src/backend/app.ts -c docs-config.yaml -c docs-config.local.yaml" ,
1919 "build-backend" : " tsc && copyfiles -u 3 ./src/**/*.twig ./dist/backend/views && copyfiles -u 1 ./src/**/*.svg ./dist/" ,
2020 "build-frontend" : " webpack --mode=production" ,
You can’t perform that action at this time.
0 commit comments