1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/frourio/aspida.config.js

6 lines
170 B
JavaScript

require('dotenv').config({ path: 'server/.env' })
module.exports = {
input: 'server/api',
baseURL: `${process.env.API_ORIGIN || ''}${process.env.BASE_PATH || ''}`
}