Skip to content

Commit

Permalink
remove writeStatic to align with Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
gornostay25 committed Jul 21, 2022
1 parent 074a26d commit a07ddb5
Show file tree
Hide file tree
Showing 4 changed files with 557 additions and 73 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default function (opts = {}) {
builder.log.minor('Copying assets');
builder.writeClient(`${out}/client`);
builder.writeServer(`${out}/server`);
builder.writeStatic(`${out}/static`);
builder.writePrerendered(`${out}/prerendered`);


Expand Down
Loading

0 comments on commit a07ddb5

Please sign in to comment.