* refactor: use fastify vite for the server by doing this we do not need to have local hacks for the routes. No local proxy needed. Everything just works. * fix: update the dockerfile build path * fix: update package.json * fix: fonts path
3 lines
96 B
JavaScript
3 lines
96 B
JavaScript
export const USER_LOGIN_CHANGED = 'USER_LOGIN_CHANGED';
|
|
export const USER_LOGIN = 'USER_LOGIN';
|