mirror of
https://github.com/LukeHagar/sveltekit-electron-adapter.git
synced 2025-12-10 04:21:44 +00:00
[Options] Policy
This commit is contained in:
13
index.d.ts
vendored
13
index.d.ts
vendored
@@ -1,11 +1,12 @@
|
||||
import { Adapter } from '@sveltejs/kit';
|
||||
import { Adapter } from "@sveltejs/kit";
|
||||
|
||||
export interface AdapterOptions {
|
||||
pages?: string;
|
||||
assets?: string;
|
||||
fallback?: string;
|
||||
precompress?: boolean;
|
||||
strict?: boolean;
|
||||
pages?: string;
|
||||
assets?: string;
|
||||
fallback?: string;
|
||||
precompress?: boolean;
|
||||
strict?: boolean;
|
||||
policy?: string;
|
||||
}
|
||||
|
||||
export default function plugin(options?: AdapterOptions): Adapter;
|
||||
|
||||
Reference in New Issue
Block a user