[ci] format
This commit is contained in:
parent
ce9a61e9fc
commit
7ccda57c1d
1 changed files with 1 additions and 3 deletions
|
@ -51,9 +51,7 @@ function getViteConfiguration(isDev: boolean, options?: Options | OptionsCallbac
|
|||
include: ['@astrojs/svelte/client.js', 'svelte', 'svelte/internal'],
|
||||
exclude: ['@astrojs/svelte/server.js'],
|
||||
},
|
||||
plugins: [
|
||||
svelte(resolvedOptions),
|
||||
],
|
||||
plugins: [svelte(resolvedOptions)],
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue