diff --git a/metro.config.js b/metro.config.js index eb8dc662..457319b0 100644 --- a/metro.config.js +++ b/metro.config.js @@ -13,9 +13,9 @@ const config = getDefaultConfig(__dirname, { config.resolver.sourceExts.push('mjs'); config.watchFolders = [ - "./components/", - "./api/", - "./player/" + "components", + "api", + "player" ] module.exports = config;