mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
🔥 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:
parent
9034d4430a
commit
8d19aa123d
3 changed files with 3 additions and 16 deletions
|
@ -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'
|
||||
|
||||
// =============================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue