提交 f5790ba1 authored 作者: GOD_ZYX's avatar GOD_ZYX

update

上级 63be3c9d
...@@ -3,5 +3,4 @@ node_modules ...@@ -3,5 +3,4 @@ node_modules
npm-debug.log npm-debug.log
upload_tmp upload_tmp
# code protect - prevent submit code below # code protect - prevent submit code below
.vscode \ No newline at end of file
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/server/server/distRun.js",
"env": {
"SERVER_PORT": "4002",
"NODE_ENV": "production"
}
}
]
}
...@@ -143,7 +143,7 @@ if ($GLOBAL.isDev) { ...@@ -143,7 +143,7 @@ if ($GLOBAL.isDev) {
to: $GLOBAL.OutputStaticPath, to: $GLOBAL.OutputStaticPath,
ignore: ['.*'], ignore: ['.*'],
transform: function (content) { transform: function (content) {
return content.toString() return content
} }
} }
]) ])
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论