Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose rawBody #1109

Merged
merged 17 commits into from
Apr 18, 2021
Prev Previous commit
Next Next commit
ugh who asked you, eslint
  • Loading branch information
Rich-Harris committed Apr 18, 2021
commit 51f96cf5257aa9a862aa8ebfd201e65c46ad7abc
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare-workers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = function () {
utils.rimraf(entrypoint);

utils.log.info('Installing worker dependencies...');
utils.copy(`${__dirname}/files/_package.json`, `.svelte/cloudflare-workers/package.json`);
utils.copy(`${__dirname}/files/_package.json`, '.svelte/cloudflare-workers/package.json');

// TODO would be cool if we could make this step unnecessary somehow
const stdout = execSync('npm install', { cwd: '.svelte/cloudflare-workers' });
Expand Down