import dotenv from 'dotenv'; import Express from 'express'; import Mongoose from 'mongoose'; dotenv.config(); const app = Express(); ...
確定! 回上一頁