mirror of
https://github.com/cyberpapiii/chipotlai-max.git
synced 2026-08-27 18:14:16 -05:00
6 lines
98 B
TypeScript
Executable File
6 lines
98 B
TypeScript
Executable File
#!/usr/bin/env bun
|
|
|
|
import { $ } from "bun"
|
|
|
|
await $`bun run prettier --ignore-unknown --write .`
|