convert indentation to spaces

This commit is contained in:
Joseph Montanaro 2022-05-11 20:41:23 -07:00
parent 8c6e39c6e6
commit ed1717e6cc
2 changed files with 20 additions and 21 deletions

View File

@ -15,7 +15,6 @@ const config = {
],
kit: {
// hydrate the <div id="svelte"> element in src/app.html
target: '#svelte',
adapter: staticAdapter(),
}
};