Skip to content

Commit

Permalink
feat: fuck svelte 4 to 5 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh153 committed Dec 7, 2024
1 parent 156b10d commit 80ec428
Show file tree
Hide file tree
Showing 128 changed files with 3,233 additions and 2,870 deletions.
1 change: 1 addition & 0 deletions tools-nodejs/vighnesh153-astro/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"scripts": {
"start": "npx firebase serve",
"deploy": "npx firebase deploy",
"deploy:hosting": "npx firebase deploy --only hosting",
"deploy:functions": "npx firebase deploy --only functions"
Expand Down
4 changes: 4 additions & 0 deletions tools-nodejs/vighnesh153-astro/website/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@ export default defineConfig({
},
},
},
// temporary fix: https://github.com/withastro/astro/issues/12608
resolve: {
conditions: ["browser"],
},
},
});
Loading

0 comments on commit 80ec428

Please sign in to comment.