丶远方
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
scripts/build.js
|
|
@ -17,7 +17,7 @@ nr build core --formats cjs |
|
|
|
*/ |
|
|
|
|
|
|
|
import fs from 'node:fs/promises' |
|
|
|
import { existsSync, readFileSync, rmSync } from 'node:fs' |
|
|
|
import { existsSync, readFileSync } from 'node:fs' |
|
|
|
import path from 'node:path' |
|
|
|
import minimist from 'minimist' |
|
|
|
import { gzipSync, brotliCompressSync } from 'node:zlib' |
|
|
|