File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// @ts -check
22import { defineConfig } from "astro/config" ;
3+ import serviceWorker from "astrojs-service-worker" ;
34
45// https://astro.build/config
5- export default defineConfig ( { } ) ;
6+ export default defineConfig ( {
7+ integrations : [ serviceWorker ( ) ] ,
8+ } ) ;
Original file line number Diff line number Diff line change 1111 "astro" : " astro"
1212 },
1313 "dependencies" : {
14- "astro" : " ^4.16.7" ,
1514 "@astrojs/check" : " ^0.9.4" ,
15+ "@binz/visor" : " workspace:*" ,
16+ "astro" : " ^4.16.7" ,
17+ "astrojs-service-worker" : " ^2.0.0" ,
1618 "sharp" : " ^0.33.5" ,
1719 "sharp-ico" : " ^0.1.5" ,
18- "typescript" : " ^5.6.3" ,
19- "@binz/visor" : " workspace:*"
20+ "typescript" : " ^5.6.3"
2021 }
2122}
Original file line number Diff line number Diff line change 1212 "clean" : " turbo run clean" ,
1313 "dev" : " turbo run dev" ,
1414 "lint" : " turbo run lint" ,
15+ "preview" : " turbo run preview" ,
1516 "test" : " turbo run test" ,
1617 "ci:publish" : " turbo run build && changeset publish"
1718 },
You can’t perform that action at this time.
0 commit comments