Improve the name-editor

This commit is contained in:
2025-04-19 03:49:27 -04:00
parent 98c598f3c6
commit 300ee124d8
4 changed files with 68 additions and 12 deletions

7
frontend/src/config.js Normal file
View File

@@ -0,0 +1,7 @@
// Environment-specific configuration
const config = {
baseUrl: import.meta.env.VITE_APP_BASE_URL || 'https://hutopy.ca',
apiUrl: import.meta.env.VITE_APP_API_URL || 'https://hutopy.ca/api',
};
export default config;