Refactoring: Move logic around

This commit is contained in:
Artur Gurgul 2025-02-25 09:35:07 +01:00
parent 83fd79f674
commit 61df58cc7b
11 changed files with 123 additions and 99 deletions

1
types/site.d.ts vendored
View file

@ -1,2 +1 @@
export declare function readConfig(): any;
export declare function build(config: any): void;