Home
last modified time | relevance | path

Searched refs:EXPO_PUBLIC_FOLDER (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/cli/src/export/
H A DpublicFolder.ts10 const publicPath = path.join(projectRoot, env.EXPO_PUBLIC_FOLDER);
H A DexportApp.ts76 const publicPath = path.resolve(projectRoot, env.EXPO_PUBLIC_FOLDER);
/expo/packages/@expo/cli/src/utils/
H A Denv.ts88 get EXPO_PUBLIC_FOLDER(): string { method in Env
/expo/packages/@expo/cli/src/start/server/middleware/
H A DServeStaticMiddleware.ts17 const publicPath = path.join(this.projectRoot, env.EXPO_PUBLIC_FOLDER);
/expo/packages/@expo/cli/src/start/server/
H A DwebTemplate.ts50 publicFolder: env.EXPO_PUBLIC_FOLDER,
/expo/docs/pages/more/
H A Dexpo-cli.mdx490 | `EXPO_PUBLIC_FOLDER` | **string** | Public folder path to use with Metro for web.…