File tree Expand file tree Collapse file tree 9 files changed +98
-182
lines changed
Expand file tree Collapse file tree 9 files changed +98
-182
lines changed Original file line number Diff line number Diff line change 33 "type" : " module" ,
44 "private" : true ,
55 "scripts" : {
6- "build" : " bunx astro build" ,
7- "deploy" : " bunx wrangler deploy" ,
8- "dev" : " bunx astro dev"
6+ "build" : " astro build" ,
7+ "deploy" : " wrangler deploy" ,
8+ "dev" : " astro dev"
99 },
1010 "dependencies" : {
11- "@astrojs/solid-js" : " catalog:" ,
1211 "astro" : " catalog:" ,
1312 "solid-js" : " catalog:"
1413 },
1514 "devDependencies" : {
15+ "@astrojs/solid-js" : " catalog:" ,
1616 "wrangler" : " catalog:"
1717 }
1818}
Original file line number Diff line number Diff line change 33 "type" : " module" ,
44 "private" : true ,
55 "scripts" : {
6- "build" : " bunx astro build" ,
7- "deploy" : " bunx wrangler deploy" ,
8- "dev" : " bunx astro dev"
6+ "build" : " astro build" ,
7+ "deploy" : " wrangler deploy" ,
8+ "dev" : " astro dev"
99 },
1010 "dependencies" : {
11- "@astrojs/solid-js" : " catalog:" ,
1211 "astro" : " catalog:" ,
1312 "solid-js" : " catalog:"
1413 },
1514 "devDependencies" : {
15+ "@astrojs/solid-js" : " catalog:" ,
1616 "wrangler" : " catalog:"
1717 }
1818}
Original file line number Diff line number Diff line change 33 "type" : " module" ,
44 "private" : true ,
55 "scripts" : {
6- "build" : " bunx astro build" ,
7- "deploy" : " bunx wrangler deploy" ,
8- "dev" : " bunx astro dev"
6+ "build" : " astro build" ,
7+ "deploy" : " wrangler deploy" ,
8+ "dev" : " astro dev"
99 },
1010 "dependencies" : {
11- "@astrojs/solid-js" : " catalog:" ,
1211 "astro" : " catalog:" ,
1312 "solid-js" : " catalog:"
1413 },
1514 "devDependencies" : {
15+ "@astrojs/solid-js" : " catalog:" ,
1616 "wrangler" : " catalog:"
1717 }
1818}
Original file line number Diff line number Diff line change 33 "type" : " module" ,
44 "private" : true ,
55 "scripts" : {
6- "build" : " bunx astro build" ,
7- "deploy" : " bunx wrangler deploy" ,
8- "dev" : " bunx astro dev"
6+ "build" : " astro build" ,
7+ "deploy" : " wrangler deploy" ,
8+ "dev" : " astro dev"
99 },
1010 "dependencies" : {
11- "@astrojs/solid-js" : " catalog:" ,
1211 "astro" : " catalog:" ,
1312 "solid-js" : " catalog:"
1413 },
1514 "devDependencies" : {
15+ "@astrojs/solid-js" : " catalog:" ,
1616 "wrangler" : " catalog:"
1717 }
1818}
Original file line number Diff line number Diff line change 33 "type" : " module" ,
44 "private" : true ,
55 "scripts" : {
6- "build" : " bunx astro build" ,
7- "deploy" : " bunx wrangler deploy" ,
8- "dev" : " bunx astro dev"
6+ "build" : " astro build" ,
7+ "deploy" : " wrangler deploy" ,
8+ "dev" : " astro dev"
99 },
1010 "dependencies" : {
11- "@astrojs/solid-js" : " catalog:" ,
1211 "astro" : " catalog:" ,
1312 "solid-js" : " catalog:"
1413 },
1514 "devDependencies" : {
15+ "@astrojs/solid-js" : " catalog:" ,
1616 "wrangler" : " catalog:"
1717 }
1818}
Original file line number Diff line number Diff line change 99 "test" : " bun test"
1010 },
1111 "dependencies" : {
12- "@astrojs/solid-js" : " catalog:" ,
13- "@tailwindcss/vite" : " catalog:" ,
1412 "astro" : " catalog:" ,
1513 "solid-js" : " catalog:" ,
1614 "tailwindcss" : " catalog:"
1715 },
1816 "devDependencies" : {
17+ "@astrojs/solid-js" : " catalog:" ,
18+ "@tailwindcss/vite" : " catalog:" ,
1919 "wrangler" : " catalog:"
2020 }
2121}
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/2.3.10 /schema.json" ,
2+ "$schema" : " https://biomejs.dev/schemas/2.3.11 /schema.json" ,
33 "vcs" : {
44 "enabled" : true ,
55 "clientKind" : " git" ,
Original file line number Diff line number Diff line change 55 " apps/*"
66 ],
77 "catalog" : {
8- "@astrojs/solid-js" : " 6.0.0-alpha.0 " ,
8+ "@astrojs/solid-js" : " ^ 6.0.0-beta.1 " ,
99 "@tailwindcss/vite" : " ^4.1.18" ,
10- "astro" : " 6.0.0-alpha.4 " ,
10+ "astro" : " ^ 6.0.0-beta.1 " ,
1111 "solid-js" : " ^1.9.10" ,
1212 "tailwindcss" : " ^4.1.18" ,
13- "wrangler" : " ^4.54.0 "
13+ "wrangler" : " ^4.59.2 "
1414 }
1515 },
1616 "scripts" : {
1919 "format" : " biome format --write"
2020 },
2121 "devDependencies" : {
22- "@biomejs/biome" : " 2.3.10 " ,
22+ "@biomejs/biome" : " 2.3.11 " ,
2323 "typescript" : " ^5.9.3"
2424 }
2525}
You can’t perform that action at this time.
0 commit comments