mirror of
https://github.com/LukeHagar/OpenAPI.gg.git
synced 2025-12-07 12:37:46 +00:00
set up base layout
This commit is contained in:
@@ -7,9 +7,9 @@ const config = {
|
||||
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
|
||||
// for more information about preprocessors
|
||||
preprocess: [vitePreprocess()],
|
||||
|
||||
|
||||
vitePlugin: {
|
||||
inspector: true,
|
||||
inspector: true
|
||||
},
|
||||
kit: {
|
||||
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
|
||||
@@ -18,4 +18,4 @@ const config = {
|
||||
adapter: adapter()
|
||||
}
|
||||
};
|
||||
export default config;
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user