index.js const dotenv = require('dotenv'); const dotenvExpand = require('dotenv-expand'); dotenvExpand(dotenv.config()); ...
確定! 回上一頁