Skip to content

Commit

Permalink
chore: rename browser to open
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed Apr 6, 2022
1 parent 5dfa66f commit c5408cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import add from '../core/add/index.js';
import devServer from '../core/dev/index.js';
import preview from '../core/preview/index.js';
import { check } from './check.js';
import { openInBrowser } from './browser.js';
import { openInBrowser } from './open.js';
import { loadConfig } from '../core/config.js';
import { printHelp, formatErrorMessage, formatConfigErrorMessage } from '../core/messages.js';
import { createSafeError } from '../core/util.js';
Expand Down
File renamed without changes.

0 comments on commit c5408cd

Please sign in to comment.