build: fix typo

This commit is contained in:
Acid Chicken (硫酸鶏) 2024-02-13 16:31:11 +09:00
parent f6cedec9db
commit ac758d4987
No known key found for this signature in database
GPG Key ID: 3E87B98A3F6BAB99
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
import * as fs from 'node:fs/promises';
import * as path from 'node:path';
import { fileURLToPath } from 'node:url';
import cssnano from 'cssnano';
import * as yaml from 'js-yaml';
import postcss from 'postcss';