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.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/vite.json b/config/vite.json
new file mode 100644
index 00000000000..b428b0daec0
--- /dev/null
+++ b/config/vite.json
@@ -0,0 +1,18 @@
+{
+ "all": {
+ "sourceCodeDir": "app/assets",
+ "entrypointsDir": "javascripts/entrypoints",
+ "devServerConnectTimeout": 3
+ },
+ "development": {
+ "autoBuild": true,
+ "publicOutputDir": "vite-dev",
+ "host": "localhost",
+ "port": 3038
+ },
+ "test": {
+ "autoBuild": true,
+ "publicOutputDir": "vite-test",
+ "port": 3037
+ }
+}