feat: move to backend-based manifest

This commit is contained in:
DecDuck
2025-05-26 13:56:24 +10:00
parent 921eb02132
commit 7ede73e87c
5 changed files with 109 additions and 30 deletions

1
index.d.ts vendored
View File

@ -3,6 +3,7 @@
/* auto-generated by NAPI-RS */
export declare function hasBackendForPath(path: string): boolean
export declare function callAltThreadFunc(callback: (...args: any[]) => any): void
export declare function generateManifest(dir: string, progress: (...args: any[]) => any, log: (...args: any[]) => any, callback: (...args: any[]) => any): void
export declare function generateRootCa(): Array<string>