Sigh why is this so stupid.

master
Zed A. Shaw 1 year ago
parent 51a7519c68
commit 40eae72a7b
  1. 2
      index.js

@ -1,3 +1,5 @@
#!/usr/bin/env node
import { writeFile } from "node:fs/promises";
await writeFile("test.txt", "whatever");

Loading…
Cancel
Save