From 03719832a3ed985ce1046517f77f69410802b7e0 Mon Sep 17 00:00:00 2001 From: Fedorov Vladimir Date: Thu, 15 May 2025 02:14:36 +0700 Subject: [PATCH] up --- Makefile | 3 ++- src/App.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3324367..449af06 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ build: npm run build - cp -r dist ../evening_detective/static + rm -rf ../evening_detective/static/user + cp -r dist ../evening_detective/static/user diff --git a/src/App.vue b/src/App.vue index 7905b05..9ec2509 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,7 +8,7 @@ import HelloWorld from './components/HelloWorld.vue'
- +