Skip to content

Commit f50ad28

Browse files
author
James Bray
committed
Update support sveltekit 286
1 parent d9dbadb commit f50ad28

File tree

5 files changed

+400
-840
lines changed

5 files changed

+400
-840
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const config = {
1919
preprocess: preprocess(), //Optional
2020

2121
kit: {
22-
target: '#svelte',
2322
adapter: serverless(),
2423
},
2524

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module.exports = function ({ out = 'build' } = {}) {
8080
builder.log.minor('Cleanup');
8181
unlinkSync(`${server_directory}/_serverless.js`);
8282
unlinkSync(`${edge_directory}/_router.js`);
83-
unlinkSync(`${out}/app.js`);
83+
unlinkSync(`${out}/index.js`);
8484
},
8585
};
8686

0 commit comments

Comments
 (0)