Skip to content

Commit

Permalink
chore: run npm updates on all examples and website
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinedoghri committed Nov 6, 2022
1 parent a598e2e commit 9d554de
Show file tree
Hide file tree
Showing 7 changed files with 8,022 additions and 3,281 deletions.
2 changes: 0 additions & 2 deletions examples/basics/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,725 changes: 817 additions & 908 deletions examples/netlify/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/node/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import node from "@astrojs/node";
// https://astro.build/config
export default defineConfig({
output: "server",
adapter: node(),
adapter: node({ mode: "standalone" }),
integrations: [astroI18next()],
});
Loading

0 comments on commit 9d554de

Please sign in to comment.