From 1f2bc449f04c1b102889607310c31eb28d1ab330 Mon Sep 17 00:00:00 2001 From: Ben Chypak Date: Mon, 20 Jan 2025 08:44:13 -0800 Subject: [PATCH] Update sample force override --- packages/template-typescript-minimal/.force_overrides | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/template-typescript-minimal/.force_overrides b/packages/template-typescript-minimal/.force_overrides index 9d98ca11f1..e24ac593de 100644 --- a/packages/template-typescript-minimal/.force_overrides +++ b/packages/template-typescript-minimal/.force_overrides @@ -8,4 +8,4 @@ // PLACE THE RELATIVE __POSIX__ PATH TO THE EXTENSION FILE YOU WANT TO OVERRIDE STARTING WITH THE EXTENSION PACKAGE NAME. // MULTIPLE OVERRIDES CAN BE ADDED TO THIS FILE, ONE PER LINE.\ // EXAMPLE: -// @salesforce/extension-sample/src/pages/home.tsx \ No newline at end of file +// ./node_modules/@salesforce/extension-sample/src/pages/home.tsx \ No newline at end of file