2024-06-21 17:48:43 +00:00
|
|
|
import type { Project } from '../classes.project.js';
|
|
|
|
import * as plugins from '../plugins.js';
|
|
|
|
|
|
|
|
export const run = async (projectArg: Project) => {
|
|
|
|
const gitzoneConfig = await projectArg.gitzoneConfig;
|
2024-06-23 20:57:09 +00:00
|
|
|
};
|