import path from 'path'; import dotenv from 'dotenv'; dotenv.config({ path: path.join(__dirname, '../.env') }); import newRelic from ...
確定! 回上一頁