From a097d8642fd39938941f190c2bcd6353f5ed966b Mon Sep 17 00:00:00 2001 From: Brian Ingles Date: Wed, 6 Dec 2023 10:01:27 -0600 Subject: [PATCH] Update README.md Co-authored-by: Mike Bender --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8549053ea0..5618976194 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ VITE_JS_PLUGINS_DEV_PORT=4100 ``` ## Local Vite Config -If you'd like to override the vite config for local dev, you can define a `packages/code-studio/vite.config.local.ts` file that extends from `vite.config.local`. This file is excluded via `.gitignore` which makes it easy to keep local overrides in tact. +If you'd like to override the vite config for local dev, you can define a `packages/code-studio/vite.config.local.ts` file that extends from `vite.config.ts`. This file is excluded via `.gitignore` which makes it easy to keep local overrides in tact. The config can be used by running: