邓洁: test

This commit is contained in:
邓洁
2024-01-16 21:10:01 +08:00
parent 45446b10d2
commit 84786e404b
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ volumes:
path: /home/build/tunnel-cloud-web path: /home/build/tunnel-cloud-web
- name: cache - name: cache
host: host:
path: /home/npm/cache path: /home/npm/tunnel-cloud-web
- name: config # k8s对接的配置文件 - name: config # k8s对接的配置文件
host: host:
path: /home/kubect path: /home/kubect

View File

@@ -2,7 +2,7 @@
"name": "tunnel-cloud-web", "name": "tunnel-cloud-web",
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
"type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",