CUB-35: build add/edit filament modal with Angular Material Dialog
Some checks failed
Dev Build / build-test (pull_request) Failing after 2m28s

This commit is contained in:
2026-04-27 14:47:16 -04:00
committed by Dex
parent 9112f78641
commit 15187cab65
7 changed files with 756 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/**
* Environment configuration for the Extrudex frontend (production).
* Override API URL for deployed environments.
*/
export const environment = {
production: true,
apiBaseUrl: '/api',
};