Move frontend into front end folder. Add build stuff to proto file. Finaly figured out the Vue bullshit.

This commit is contained in:
iamBadgers
2025-06-10 23:31:54 -07:00
parent 4f126594e5
commit 8d9bfa3fe0
45 changed files with 2231 additions and 291 deletions

View File

@@ -5,7 +5,7 @@ services:
rush-character-archive:
build:
context: ./
dockerfile: ./rush-character-archive/Dockerfile
dockerfile: ./frontend/Dockerfile
command: npm run dev
networks:
- rush-character-net
@@ -14,14 +14,14 @@ services:
develop:
watch:
- action: sync
path: ./rush-character-archive
target: /srv/rush-character-archive
path: ./frontend
target: /srv/frontende
ignore:
- node_modules
- action: rebuild
path: ./rush-character-archive/package.json
path: ./frontend/package.json
- action: rebuild
path: ./rush-character-archive/Dockerfile
path: ./frontend/Dockerfile
vault:
build:
context: ./