Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (easc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
easc
Expo App Server for Cloudflare - Deploy tool for Expo OTA updates to Cloudflare Workers.
A drop in replacement for eas.
Usage
The tool requires the following environment variables to be set:
OTA_SERVER: The URL of your OTA serverOTA_API_KEY: Your API key for authentication
You can set these in a .env file or export them in your shell.
Then you can run:
npx easc --channel productionDeploy to a channel
npx easc --channel productionDevelopment
To work on this package locally:
# From the root of the monorepo
pnpm run build:deploy
# Test locally
cd packages/deploy
pnpm run dev -- --channel stagingPublishing
To publish this package to npm:
cd packages/deploy
pnpm run build
pnpm publish