🐛 fix fs bug
This commit is contained in:
2
script/build_with_pake_cli.mjs
vendored
2
script/build_with_pake_cli.mjs
vendored
@@ -1,6 +1,6 @@
|
|||||||
import shelljs from 'shelljs';
|
import shelljs from 'shelljs';
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
import { promises as fs } from 'fs';
|
import fs from 'fs';
|
||||||
import { fileURLToPath } from 'url';
|
import { fileURLToPath } from 'url';
|
||||||
import path, { dirname } from 'path';
|
import path, { dirname } from 'path';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user