[32788f42] feat: implement database persistence, modernized UI with Tailwind, and Calendly-integrated QR card generator for Fotograf.de scraper
This commit is contained in:
14
fotograf-de-scraper/frontend/node_modules/rolldown/dist/config.d.mts
generated
vendored
Normal file
14
fotograf-de-scraper/frontend/node_modules/rolldown/dist/config.d.mts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { F as VERSION, r as defineConfig, t as ConfigExport } from "./shared/define-config-CV9D_Qea.mjs";
|
||||
|
||||
//#region src/utils/load-config.d.ts
|
||||
/**
|
||||
* Load config from a file in a way that Rolldown does.
|
||||
*
|
||||
* @param configPath The path to the config file. If empty, it will look for `rolldown.config` with supported extensions in the current working directory.
|
||||
* @returns The loaded config export
|
||||
*
|
||||
* @category Config
|
||||
*/
|
||||
declare function loadConfig(configPath: string): Promise<ConfigExport>;
|
||||
//#endregion
|
||||
export { VERSION, defineConfig, loadConfig };
|
||||
Reference in New Issue
Block a user