PORT || 3001 } = nuxt.options.server // Build in development if ... static init(cb: (app: Koa) => any) { if (!Server.app) { Server.app = new Koa(); if (cb) ...
確定! 回上一頁