File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,11 @@ if (config.env === 'development') {
45
45
app . use ( convert ( serve ( paths . client ( 'static' ) ) ) )
46
46
} else {
47
47
debug (
48
- 'Server is being run outside of live development mode. This starter kit ' +
49
- 'does not provide any production-ready server functionality. To learn ' +
50
- 'more about deployment strategies, check out the "deployment" section ' +
51
- 'in the README.'
48
+ 'Server is being run outside of live development mode, meaning it will ' +
49
+ 'only serve the compiled application bundle in ~/dist. Generally you ' +
50
+ 'do not need an application server for this and can instead use a web ' +
51
+ 'server such as nginx to serve your static files. See the "deployment" ' +
52
+ 'section in the README for more information on deployment strategies.'
52
53
)
53
54
54
55
// Serving ~/dist by default. Ideally these files should be served by
You can’t perform that action at this time.
0 commit comments