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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-14 18:09:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-14 18:09:52 +0300
commit15c1cc886c5785d49f2a6dae064a1e8290f59f46 (patch)
treeda963cc8eef2a57f70ca325430b59f91191804ba /vite.config.js
parent3a19c55d3a1dda9e0ea041d910bf31d1ddda7acd (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'vite.config.js')
-rw-r--r--vite.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/vite.config.js b/vite.config.js
index 9bbfc37903f..68050615272 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -59,6 +59,7 @@ const JH_ALIAS_FALLBACK = [
];
export default defineConfig({
+ cacheDir: path.resolve(__dirname, 'tmp/cache/vite'),
resolve: {
alias: [
...aliasArr,