Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/vite.json')
-rw-r--r--config/vite.json20
1 files changed, 9 insertions, 11 deletions
diff --git a/config/vite.json b/config/vite.json
index b428b0daec0..178f978687f 100644
--- a/config/vite.json
+++ b/config/vite.json
@@ -1,18 +1,16 @@
{
"all": {
"sourceCodeDir": "app/assets",
+ "watchAdditionalPaths": [
+ "app/graphql/queries",
+ "app/assets",
+ "ee/app/assets",
+ "jh/app/assets",
+ "vendor/assets"
+ ],
"entrypointsDir": "javascripts/entrypoints",
- "devServerConnectTimeout": 3
- },
- "development": {
- "autoBuild": true,
+ "port": 3038,
"publicOutputDir": "vite-dev",
- "host": "localhost",
- "port": 3038
- },
- "test": {
- "autoBuild": true,
- "publicOutputDir": "vite-test",
- "port": 3037
+ "devServerConnectTimeout": 3
}
}