I noticed that the command prod:build:server copy server folder into public dist folder.
Server side code is therefore served by express in HTTP.
Is it wanted or is it a mistake ?
I suggest to build public files into dist/public and serve this directory with express rather than entiere dist directory
I noticed that the command
prod:build:server
copy server folder into public dist folder. Server side code is therefore served by express in HTTP. Is it wanted or is it a mistake ?I suggest to build public files into
dist/public
and serve this directory with express rather than entiere dist directory