🔥 Remove commands/index.ts

Any files that imported this would have to import **all** of the commands, which is increadably inefficient, so it has been removed
This commit is contained in:
trickypr 2022-03-27 17:07:14 +11:00
parent 9034d4430a
commit 8d19aa123d
3 changed files with 3 additions and 16 deletions

View file

@ -13,7 +13,6 @@ import { every } from 'modern-async'
import { dirname, extname, join } from 'path'
import sharp from 'sharp'
import { templateDir } from '..'
import { config, log } from '../..'
import { CONFIGS_DIR, ENGINE_DIR } from '../../constants'
import {
@ -25,6 +24,7 @@ import {
stringTemplate,
walkDirectory,
} from '../../utils'
import { templateDir } from '../setupProject'
import { IMelonPatch } from './command'
// =============================================================================