提交 819efed2 编写于 作者: D Davide Curletti 提交者: Tim Neutkens

Fix incorrect path for ts server example (#5612)

The customer-server-typescript example has a bug where the `yarn start` command has the incorrect path to the server entry point file.
上级 420f74c8
......@@ -2,7 +2,7 @@
"scripts": {
"dev": "nodemon server/index.ts",
"build": "next build && tsc --project tsconfig.server.json",
"start": "NODE_ENV=production node .next/production-server/index.js"
"start": "NODE_ENV=production node .next/production-server/server/index.js"
},
"dependencies": {
"@babel/core": "^7.1.2",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册