new file: serv_rest_api/api/Makefile

new file:   serv_spa/spa/vue/Makefile
divide spa and rest api
This commit is contained in:
2025-08-08 16:09:52 +05:00
parent a6dc7e181d
commit 1e83239dcc
2 changed files with 15 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
build:
npm run build
run:
npm run dev
deploy:
npm run build
git add .
git commit -m 'build deploy'
git push
.DEFAULT_GOAL := run