Skip to content

Commit

Permalink
fix: lints
Browse files Browse the repository at this point in the history
  • Loading branch information
RostiMelk committed Dec 13, 2024
1 parent 01883fa commit 828fa9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {detectFrameworkRecord, LocalFileSystemDetector} from '@vercel/fs-detecto

import {debug} from '../../debug'
import {type CliCommandContext} from '../../types'
import {getDefaultPortForFramework} from '../../util/frameworkPort'
import {
applyEnvVariables,
checkNeedsReadToken,
Expand All @@ -20,7 +21,6 @@ import {
import {type GenerateConfigOptions} from './createStudioConfig'
import {tryGitInit} from './git'
import {updateInitialTemplateMetadata} from './updateInitialTemplateMetadata'
import {getDefaultPortForFramework} from '../../util/frameworkPort'

export interface BootstrapRemoteOptions {
outputPath: string
Expand Down

0 comments on commit 828fa9f

Please sign in to comment.