Integrate frontend UI into backend container and update Dockerfile to multi-stage build

This commit is contained in:
Hamza-Ayed
2026-03-30 17:46:55 +03:00
parent 574ff63ff3
commit ba8906ddef
5 changed files with 23 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
import { auth } from './auth.js';
export const BASE_URL = 'http://localhost:3001/api';
export const BASE_URL = '/api';
/**
* API Wrapper for SaaS Meta Backend