import { BuildContext } from "esbuild"; import { watch } from "fs"; export const Code = { pkginstall: {} as Record, watchers: {} as Record< string, { id: string; watcher: ReturnType } >, build: { ctx: {} as Record, timeout: {} as Record>, }, timeout: {} as Record>, }; export const startCodeWatcher = async (id_site: string) => {}; export const stopCodeWatcher = async (id_site: string) => {};