Skip to content

Commit

Permalink
Properly expose FileConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Sep 16, 2024
1 parent a11c98e commit 35cf9fe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions programs/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@ import {
extensionStart,
type StartOptions,
extensionBuild,
type BuildOptions
// extensionPreview
type BuildOptions,
// extensionPreview,
type FileConfig
} from 'extension-develop'
import * as messages from './cli-lib/messages'
import type {BrowsersSupported} from './types'
import checkUpdates from './check-updates'
import packageJson from './package.json'

export {type FileConfig}

// Before all, check for updates.
checkUpdates(packageJson)

Expand Down

0 comments on commit 35cf9fe

Please sign in to comment.