chore: add prefix of node core modules (#11440)
This commit is contained in:
@@ -3,7 +3,7 @@ import glob from 'fast-glob';
|
||||
import color from 'picocolors';
|
||||
import consola from 'consola';
|
||||
import { prompt } from 'enquirer';
|
||||
import { sep, join } from 'path';
|
||||
import { sep, join } from 'node:path';
|
||||
import { CWD, GENERATOR_DIR } from './constant';
|
||||
|
||||
const PROMPTS = [
|
||||
|
||||
Reference in New Issue
Block a user