History log of /expo/packages/@expo/cli/src/start/resolveOptions.ts (Results 1 – 8 of 8)
Revision Date Author Comments
# 9ba03fb0 23-Aug-2023 Will Schurman <[email protected]>

[config][cli] Remove classic manifest types (#24054)


# 8df9096f 21-Jun-2023 Evan Bacon <[email protected]>

feat(cli): auto enable --dev-client in `npx expo start` (#22926)

# Why

- related https://github.com/expo/expo/pull/22924
https://github.com/expo/expo/pull/22925
https://github.com/expo/expo/pul

feat(cli): auto enable --dev-client in `npx expo start` (#22926)

# Why

- related https://github.com/expo/expo/pull/22924
https://github.com/expo/expo/pull/22925
https://github.com/expo/expo/pull/22890
- Use a basic heuristic to auto enable `--dev-client` when
`expo-dev-client` is in the project `package.json`. Users can swap to
Expo Go with `s` or pass `--go` to ensure Expo Go is the default target.

# Test Plan

- Added basic option tests.
- Updated the docs.

---------

Co-authored-by: Expo Bot <[email protected]>

show more ...


# 47d62600 16-Jun-2023 Kudo Chien <[email protected]>

[cli][packages] unify the default dev server port to 8081 (#22880)

# Why

for historical reasons, when running `npx expo start` the dev-server listens to port 19000, and running `npx expo start --

[cli][packages] unify the default dev server port to 8081 (#22880)

# Why

for historical reasons, when running `npx expo start` the dev-server listens to port 19000, and running `npx expo start --dev-client` it listens to port 8081. since we are now on our effort to deprecate `--dev-client` option, it is better to unify the listening port.
close ENG-8936

# How

- update packages/**/*.ts for port 19000 -> 8081
- search more occurrences for 19000 to 8081

# Test Plan

- ci passed
- bare-expo
- unversioned expo go + ncl

show more ...


# 41c91838 15-Jun-2023 Evan Bacon <[email protected]>

feat(cli): add --go option to expo start (#22925)

# Why

We're going to be adding a system to change the default launch mode
based on if dev client is installed. This will enable users to force t

feat(cli): add --go option to expo start (#22925)

# Why

We're going to be adding a system to change the default launch mode
based on if dev client is installed. This will enable users to force the
default behavior in case the default algorithm isn't what they want.
Also adds `-d` alias for dev client, and stops marking `--dev-client` as
experimental.

- Related https://github.com/expo/expo/pull/22924
https://github.com/expo/expo/pull/22890

---------

Co-authored-by: Expo Bot <[email protected]>

show more ...


# c14835f6 17-Oct-2022 Will Schurman <[email protected]>

[cli] Fix development code signing for dev client (#19557)


# e377ff85 05-Apr-2022 Will Schurman <[email protected]>

feat(cli): add development code signing (#16845)


# 29975bfd 28-Mar-2022 Evan Bacon <[email protected]>

fix(cli): fix type errors (#16724)

* fix(cli): fix type errors

* Update CHANGELOG.md

* Update packages/@expo/cli/CHANGELOG.md

Co-authored-by: Expo Bot <[email protected]

fix(cli): fix type errors (#16724)

* fix(cli): fix type errors

* Update CHANGELOG.md

* Update packages/@expo/cli/CHANGELOG.md

Co-authored-by: Expo Bot <[email protected]>

* fix typecheck

* Update yarn.lock

* Update package.json

* Update MetroTerminalReporter.ts

Co-authored-by: Expo Bot <[email protected]>

show more ...


# 8d307f52 23-Mar-2022 Evan Bacon <[email protected]>

chore: refactor `expo/cli` to `@expo/cli` package (#16717)

* chore: refactor `expo/cli` to `@expo/cli` package

* Update CODEOWNERS

* fix linking

* fix lint script

* fix build file

* f

chore: refactor `expo/cli` to `@expo/cli` package (#16717)

* chore: refactor `expo/cli` to `@expo/cli` package

* Update CODEOWNERS

* fix linking

* fix lint script

* fix build file

* fix e2e tests

* lint before build

* use mock version

show more ...