This website requires JavaScript.
Explore
Help
Register
Sign In
qcast3
/
qcast-front
Watch
1
Star
0
Fork
0
You've already forked qcast-front
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
qcast-front
/
src
/
config
History
yoosangwook
ada62ae8ec
Add local development configuration: introduce config.local.dev.js and update config export logic in config.export.js. Enhance package.json with a new local:dev script for environment management.
2025-05-29 14:38:20 +09:00
..
config.common.js
Refactor environment configuration: update package.json scripts to use env-cmd for different environments and replace process.env.NEXT_PUBLIC_API_HOST_URL with Config().baseUrl in API calls across multiple components.
2025-05-29 13:05:47 +09:00
config.development.js
Refactor environment configuration: update package.json scripts to use env-cmd for different environments and replace process.env.NEXT_PUBLIC_API_HOST_URL with Config().baseUrl in API calls across multiple components.
2025-05-29 13:05:47 +09:00
config.export.js
Add local development configuration: introduce config.local.dev.js and update config export logic in config.export.js. Enhance package.json with a new local:dev script for environment management.
2025-05-29 14:38:20 +09:00
config.local.dev.js
Add local development configuration: introduce config.local.dev.js and update config export logic in config.export.js. Enhance package.json with a new local:dev script for environment management.
2025-05-29 14:38:20 +09:00
config.local.js
Refactor environment configuration: update package.json scripts to use env-cmd for different environments and replace process.env.NEXT_PUBLIC_API_HOST_URL with Config().baseUrl in API calls across multiple components.
2025-05-29 13:05:47 +09:00
config.production.js
Refactor environment configuration: update package.json scripts to use env-cmd for different environments and replace process.env.NEXT_PUBLIC_API_HOST_URL with Config().baseUrl in API calls across multiple components.
2025-05-29 13:05:47 +09:00