mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-21 13:21:17 +08:00
9 lines
225 B
JavaScript
9 lines
225 B
JavaScript
const { getDefaultConfig } = require("expo/metro-config")
|
|
|
|
const config = getDefaultConfig(__dirname)
|
|
|
|
// Required for react-native-executorch model files
|
|
config.resolver.assetExts.push("pte", "bin")
|
|
|
|
module.exports = config
|