File tree Expand file tree Collapse file tree
packages/cli/templates/webcomponents/igc-ts/projects Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 "scripts" : {
1616 "start" : " concurrently -k -r \" tsc --watch\" \" vite\" " ,
1717 "build" : " rimraf dist && tsc && node --max-old-space-size=4096 node_modules/vite/bin/vite.js build" ,
18- "start:build" : " web-dev-server --root-dir dist --app-index index.html --open " ,
18+ "start:build" : " vite preview " ,
1919 "lint" : " eslint \" **/*.{js,ts}\" --ignore-pattern .gitignore" ,
2020 "test" : " tsc --project tsconfig.test.json && vitest run"
2121 },
2828 "devDependencies" : {
2929 "@babel/preset-env" : " ^7.28.3" ,
3030 "@vitest/browser-playwright" : " ^4.1.0" ,
31- "@web/dev-server" : " ^0.4.6" ,
3231 "babel-plugin-template-html-minifier" : " ^4.1.0" ,
3332 "concurrently" : " ^9.2.1" ,
3433 "deepmerge" : " ^4.3.1" ,
Original file line number Diff line number Diff line change 1515 "scripts" : {
1616 "start" : " concurrently -k -r \" tsc --watch\" \" vite\" " ,
1717 "build" : " rimraf dist && tsc && node --max-old-space-size=4096 node_modules/vite/bin/vite.js build" ,
18- "start:build" : " web-dev-server --root-dir dist --app-index index.html --open " ,
18+ "start:build" : " vite preview " ,
1919 "lint" : " eslint \" **/*.{js,ts}\" --ignore-pattern .gitignore" ,
2020 "test" : " tsc --project tsconfig.test.json && vitest run"
2121 },
3636 "devDependencies" : {
3737 "@babel/preset-env" : " ^7.28.3" ,
3838 "@vitest/browser-playwright" : " ^4.1.0" ,
39- "@web/dev-server" : " ^0.4.6" ,
4039 "babel-plugin-template-html-minifier" : " ^4.1.0" ,
4140 "concurrently" : " ^9.2.1" ,
4241 "deepmerge" : " ^4.3.1" ,
You can’t perform that action at this time.
0 commit comments