mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
7 lines
183 B
JavaScript
7 lines
183 B
JavaScript
module.exports = {
|
|
// target: 'serverless',
|
|
publicRuntimeConfig: {
|
|
apiPublicURI: process.env.API_PUBLIC_URI,
|
|
uiPublicURI: process.env.UI_PUBLIC_URI,
|
|
},
|
|
};
|