feat(web): Update to latest version of SvelteKit ()

This commit is contained in:
Alex 2022-09-16 23:13:22 -05:00 committed by GitHub
commit 0d13b25f56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 5522 additions and 2273 deletions

View file

@ -6,10 +6,7 @@ const config = {
preprocess: preprocess(),
kit: {
adapter: adapter({ out: 'build' }),
methodOverride: {
allowed: ['PATCH', 'DELETE']
}
adapter: adapter({ out: 'build' })
}
};