sqlocal / vite / VitePluginConfig
Type Alias: VitePluginConfig
ts
type VitePluginConfig = {
coi?: boolean;
};Defined in: src/vite/index.ts:7
Represents the configuration that SQLocal's Vite plugin accepts.
See
https://sqlocal.dev/guide/setup#vite-configuration
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
coi? | boolean | If set to false, the plugin will not add the HTTP response headers required for cross-origin isolation to the Vite development server. Default true | src/vite/index.ts:15 |

