mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
const { getDefaultConfig } = require("expo/metro-config");
|
|
|
|
const config = getDefaultConfig(__dirname);
|
|
|
|
module.exports = config;
|