Skip to content

Commit

Permalink
chore: update astro
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre committed Oct 16, 2024
1 parent 51f8b43 commit eeb60f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/cloudflare/test/astro-env.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ describe('astro:env', () => {
wrangler = wranglerCli(fileURLToPath(root));
await new Promise((resolve) => {
wrangler.stdout.on('data', (data) => {
console.log('[stdout]', data.toString());
// console.log('[stdout]', data.toString());
if (data.toString().includes('http://127.0.0.1:8788')) resolve();
});
wrangler.stderr.on('data', (data) => {
console.log('[stderr]', data.toString());
// console.log('[stderr]', data.toString());
});
});
});
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/test/fixtures/astro-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"astro": "0.0.0-env-override-20241015135436"
"astro": "0.0.0-env-override-20241016131627"
},
"devDependencies": {
"wrangler": "^3.80.1"
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit eeb60f4

Please sign in to comment.