8 Commits

Author SHA1 Message Date
MateuszMichalowski
cdaca99b04
feat(frontend): migration setup (#3342)
* frontend - moved to vue 2.7 and vite

* frontend - moved to vue 3

* frontend - login page updates

* fix(frontend): WiP migration

* fix(frontend): WiP migration

* fix(frontend): WiP migration

* fix(frontend): WiP migration

* fix(frontend): WiP migration

* fix(frontend): fix eslint/stylelint issues

* fix(frontend): fix eslint/stylelint issues

* feature(frontend): update node in docker frontend

* feature(frontend): move send types out of Send file

* feature(frontend): add entry in package json to fix eslint issue

* feature(frontend): eslint fix

* replace docker-compose with docker compose

* update docker-compose test file

* feature(frontend): Creation fixes

* feature(frontend): Add missing updates for apollo scripts.

---------

Co-authored-by: einhornimmond <silas@einhornimmond.de>
2024-08-08 23:02:15 +02:00
b9cded9162
frontend: rename dist fodler to build 2023-05-08 11:45:59 +02:00
00ecc2b999
cleanup run script (frontend)
include new run script(admin)
2022-01-12 21:21:21 +01:00
c0d5fea248
updated server.js 2022-01-12 21:21:21 +01:00
f8878ce65a
log requests on frontend server script 2022-01-12 21:21:21 +01:00
2347deb317
updated run script for frontend 2022-01-12 21:21:21 +01:00
Moriz Wahl
bfb652864c eslint standard rules implemented 2021-05-07 11:59:43 +02:00
4eb712e217
fixed frontend production docker build & refactored frontend file structure
- frontend server runs on port 3000 by default
- frontend production docker build successfully runs & builds
- frontend production docker build is no longer reachable from the outside
- moved server.js in subfolder run/
2021-04-28 11:07:59 +02:00