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 #52
  • Loading branch information
vd-aloker authored and geoffrich committed Jul 25, 2022
1 parent 1a99b93 commit 0d88a6f
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 0d88a6f

Please sign in to comment.