We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9bb11 commit fddc458Copy full SHA for fddc458
common/utils/logger/logger.js
@@ -1,5 +1,5 @@
1
-import { getStore } from '#common/utils/store/controller/store.js'
2
import chalk from 'chalk'
+import { getStore } from '#common/utils/store/controller/store.js'
3
4
class Logger {
5
constructor(env) {
esbuild.config.js
import path from 'node:path'
-import fs, { mkdirSync } from 'node:fs'
+import fs from 'node:fs'
import esbuild from 'esbuild'
import { rootPath } from '#common/utils/file/getRootPath.js'
import { logger } from '#common/utils/logger/logger.js'
0 commit comments