api 설정 분리
This commit is contained in:
@@ -37,7 +37,8 @@ export default defineNuxtConfig({
|
||||
},
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
apiBase: 'http://localhost'
|
||||
apiBase: process.env.API_BASE || 'http://localhost',
|
||||
contextPath: process.env.CONTEXT_PATH || '/service',
|
||||
}
|
||||
},
|
||||
typescript: {
|
||||
|
Reference in New Issue
Block a user