index.js const dotenv = require('dotenv'); dotenv.config() const ... PORT: number; MONGO_URI: string; } // Loading process.env as ENV ...
確定! 回上一頁