@vc-shell/config-generator
Advanced tools
Comparing version 1.0.37 to 1.0.38
@@ -1,3 +0,4 @@ | ||
export declare function getLibraryConfiguration(options: {}, libraryName: string): any; | ||
export declare function getApplicationConfiguration(options?: {}): any; | ||
import { UserConfigExport } from "vite"; | ||
export declare function getLibraryConfiguration(options: UserConfigExport, libraryName: string): UserConfigExport; | ||
export declare function getApplicationConfiguration(options?: UserConfigExport): UserConfigExport; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@vc-shell/config-generator", | ||
"description": "Generate Vite configurations", | ||
"version": "1.0.37", | ||
"version": "1.0.38", | ||
"main": "./dist/index.js", | ||
@@ -20,3 +20,3 @@ "types": "./dist/index.d.ts", | ||
}, | ||
"gitHead": "b0af564c3729c3fba504838ee5728b07858448b5" | ||
"gitHead": "d095e9e211c5cc84837684a4bc631521e0d31e9f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
102042
205