prasi-bun/app/srv/ws/sync/editor/prep-code.ts

7 lines
180 B
TypeScript

export const prepCode = async (site_id: string, name: string) => {
// cek folder code
// pastikan struktur folder code
// create jika ga ada
// nyalain bun file watcher
};