Skip to content

Commit 0d88a6f

Browse files
vd-alokergeoffrich
authored andcommitted
feat: remove call to writeStatic
writeStatic has been removed from the adapter API See sveltejs/kit#5618 fixes #52
1 parent 1a99b93 commit 0d88a6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export default function ({ debug = false, customStaticWebAppConfig = {} } = {})
114114
await esbuild.build(default_options);
115115

116116
builder.log.minor('Copying assets...');
117-
builder.writeStatic(staticDir);
118117
builder.writeClient(staticDir);
119118
builder.writePrerendered(staticDir);
120119

0 commit comments

Comments
 (0)