format: format with biome
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
const { getDefaultConfig } = require("expo/metro-config");
|
||||
|
||||
const config = getDefaultConfig(__dirname)
|
||||
const config = getDefaultConfig(__dirname);
|
||||
|
||||
// Add wasm asset support
|
||||
config.resolver.assetExts.push("wasm");
|
||||
|
||||
config.resolver.unstable_enablePackageExports = true;
|
||||
config.resolver.unstable_enablePackageExports = true;
|
||||
|
||||
module.exports = config;
|
||||
|
||||
Reference in New Issue
Block a user