We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdd194 commit c65190cCopy full SHA for c65190c
gen-webring-routes.js
@@ -1,4 +1,4 @@
1
-import fs from "fs";
+const fs = require("fs");
2
3
function makeRoute() {
4
fs.appendFileSync('./static/test.html', 'Hello world!');
0 commit comments