compendium/.devfiles/init-bun.ts

3 lines
77 B
TypeScript

import sassPlugin from "@alecodes/bun-plugin-sass";
Bun.plugin(sassPlugin);