Commit 5ce29aa6 authored by 郝聪敏's avatar 郝聪敏

feature: 添加bin/server.js

parent c567b1a1
#!/usr/bin/env node
"use strict";
const EggScriptsCommand = require("egg-scripts");
const cmd = new EggScriptsCommand(["start", "--port=80", "--daemon", "--workers=2"]);
cmd.start();
\ No newline at end of file
{
"name": "egg-vue-typescript-boilerplate",
"version": "4.0.3",
"description": "Egg + Vue + TypeScript Server Side Render(SSR) 服务端渲染骨架项目",
"name": "quantum-blocks",
"version": "0.0.1",
"description": "低代码平台",
"scripts": {
"start": "egg-scripts start --port 80 --daemon --workers 4",
"stop": "egg-scripts stop",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment