Move frontend files

This commit is contained in:
Miha Frangež 2025-09-12 23:23:30 +02:00
parent b7ce9d850d
commit 36da67f369
36 changed files with 2 additions and 5 deletions

View file

@ -120,12 +120,12 @@
delegate_to: localhost delegate_to: localhost
ansible.builtin.shell: ansible.builtin.shell:
cmd: "npm install --dev && npm run build" cmd: "npm install --dev && npm run build"
chdir: "{{PROJECT_BASE}}/frontend/vju_display" # TODO: remove vju_display chdir: "{{PROJECT_BASE}}/frontend"
- name: Install frontend - name: Install frontend
become: true become: true
ansible.posix.synchronize: ansible.posix.synchronize:
src: "../frontend/vju_display/dist/" # TODO: remove vju_display src: "../frontend/dist/"
dest: "/var/www/html/" dest: "/var/www/html/"
delete: true delete: true
archive: false archive: false

View file

@ -1,3 +0,0 @@
{
"recommendations": ["Vue.volar"]
}