Skip to content

Commit

Permalink
feat: remove call to writeStatic
Browse files Browse the repository at this point in the history
writeStatic has been removed from the adapter API

See sveltejs/kit#5618

fixes geoffrich#52
  • Loading branch information
vd-aloker committed Jul 25, 2022
1 parent 1a99b93 commit 800fdda
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 @@ -114,7 +114,6 @@ export default function ({ debug = false, customStaticWebAppConfig = {} } = {})
await esbuild.build(default_options);

builder.log.minor('Copying assets...');
builder.writeStatic(staticDir);
builder.writeClient(staticDir);
builder.writePrerendered(staticDir);

Expand Down

0 comments on commit 800fdda

Please sign in to comment.