import * as dotenv from "dotenv"; dotenv.config(); let path; switch (process.env.NODE_ENV) { case "test": path = `${__dirname}/../.
確定! 回上一頁