Major Refactoring. Test update
This commit is contained in:
+1
-6
@@ -1,6 +1 @@
|
||||
import type { BundlerCTXMap } from "../../types";
|
||||
type Params = {
|
||||
artifacts: BundlerCTXMap[];
|
||||
};
|
||||
export default function serverPostBuildFn({ artifacts }: Params): Promise<void>;
|
||||
export {};
|
||||
export default function serverPostBuildFn(): Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user