Open fabianbernhart opened 2 months ago
Mocking should be on the Vue's side to make it possible, to develop the frontend independently. Can we do something like this with npm?
npm run dev --env=dev
where no tauri is required.
Depending on the env, we load a different implementation of the appState or backend api or whatever
env
Mocking should be on the Vue's side to make it possible, to develop the frontend independently. Can we do something like this with npm?
where no tauri is required.
Depending on the
env
, we load a different implementation of the appState or backend api or whatever