Skip to content

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

PropertyTypeDescriptionDefined in
coi?booleanIf set to false, the plugin will not add the HTTP response headers required for cross-origin isolation to the Vite development server. Default truesrc/vite/index.ts:15

Released under the MIT License