chore: Replaced our custom file watcher for our TW plugin (#1735)

This commit is contained in:
CokaKoala
2023-07-14 13:40:26 -04:00
committed by GitHub
parent 0ea5af00d8
commit 2eaef8bdcc
9 changed files with 60 additions and 37 deletions

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env tsx
import type { CssInJs } from 'postcss-js';
import { generateBaseTWStyles, transpileCssToJs } from './compile-css-to-js.js';
import { mkdir, writeFile } from 'fs/promises';