Skip to content

Commit

Permalink
Merge pull request #39 from HalfdanJ/fix/remove-writeStatic
Browse files Browse the repository at this point in the history
Remove writeStatic from adapter code
  • Loading branch information
HalfdanJ authored Jul 19, 2022
2 parents 04f058b + 534d559 commit 76d1500
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default function entrypoint(options = {}) {

builder.log.minor('Copying assets');
builder.writeClient(`${out}/storage`);
builder.writeStatic(`${out}/storage`);
builder.writePrerendered(`${out}/storage`);

const relativePath = posix.relative(temporary, builder.getServerDirectory());
Expand Down

0 comments on commit 76d1500

Please sign in to comment.