build(docs): use node: prefix [ci skip]

This commit is contained in:
Eric Liu 2024-11-12 09:52:20 -08:00
commit e23a4d1994
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
// @ts-check
import fs from "fs";
import path from "path";
import fs from "node:fs";
import path from "node:path";
import githubSlugger from "github-slugger";
const { slug } = githubSlugger;