Initial boiler plate project
This commit is contained in:
6
node_modules/next/dist/lib/mkcert.d.ts
generated
vendored
Normal file
6
node_modules/next/dist/lib/mkcert.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
export interface SelfSignedCertificate {
|
||||
key: string;
|
||||
cert: string;
|
||||
rootCA?: string;
|
||||
}
|
||||
export declare function createSelfSignedCertificate(host?: string, certDir?: string): Promise<SelfSignedCertificate | undefined>;
|
||||
Reference in New Issue
Block a user