From a5fa1f8208f41cff5dfaca592ec28cfbe3dd28ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Mon, 14 Apr 2025 18:41:59 +0200 Subject: [PATCH] fix docs --- v3-docs/docs/about/modern-build-stack/modern-transpiler-swc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-docs/docs/about/modern-build-stack/modern-transpiler-swc.md b/v3-docs/docs/about/modern-build-stack/modern-transpiler-swc.md index 006a5c15b3..64aff0fe24 100644 --- a/v3-docs/docs/about/modern-build-stack/modern-transpiler-swc.md +++ b/v3-docs/docs/about/modern-build-stack/modern-transpiler-swc.md @@ -104,7 +104,7 @@ You can use .swcrc config in the root of your project to describe specific [SWC ## Troubleshotting -If you run into issues, try `meteor reset` or delete the `.meteor` folder. +If you run into issues, try `meteor reset` or delete the `.meteor/local` folder in the project root. For help or to report issues, post on [GitHub](https://github.com/meteor/meteor/issues) or the [Meteor forums](https://forums.meteor.com). We’re focused on making Meteor faster and your feedback helps.