mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-10 02:05:31 +02:00
♻️ Rename setupProject to be consistent
This commit is contained in:
parent
ce7a76db93
commit
24e85cde26
4 changed files with 3 additions and 3 deletions
|
@ -132,7 +132,7 @@ export const commands: Cmd[] = [
|
|||
cmd: 'setup-project',
|
||||
description: 'Sets up a gluon project for the first time',
|
||||
requestController: async () =>
|
||||
(await import('./commands/setupProject')).setupProject,
|
||||
(await import('./commands/setup-project')).setupProject,
|
||||
},
|
||||
{
|
||||
cmd: 'status',
|
||||
|
|
|
@ -31,7 +31,7 @@ import {
|
|||
walkDirectory,
|
||||
windowsPathToUnix,
|
||||
} from '../../utils'
|
||||
import { templateDir } from '../setupProject'
|
||||
import { templateDir } from '../setup-project'
|
||||
import { IMelonPatch } from './command'
|
||||
|
||||
// =============================================================================
|
||||
|
|
|
@ -13,7 +13,7 @@ import { existsSync, writeFileSync } from 'fs'
|
|||
import { patchCountFile } from '../../middleware/patch-check'
|
||||
import { checkHash } from '../../utils'
|
||||
import { log } from '../../log'
|
||||
import { templateDir } from '../setupProject'
|
||||
import { templateDir } from '../setup-project'
|
||||
|
||||
type ListrTaskGroup = Listr.ListrTask<unknown>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue