Enables the vite inspector on shift, overrides the regular svelte preprocessor with kit's
And sets the base href to the value of process.env['BASE_HREF']
And the platform based on process.env['PLATFORM']
Valid values are 'vercel', 'github-pages' and 'auto' which is the default
Enables the vite inspector on
shift
, overrides the regular svelte preprocessor with kit's And sets the base href to the value ofprocess.env['BASE_HREF']
And the platform based onprocess.env['PLATFORM']
Valid values are 'vercel', 'github-pages' and 'auto' which is the default