Plesk Windows deploy node.js
问题 I have created an Angular project with Node.js as a backend. This is the server file structure: Home directory - httpdocs - node-hm - dist - browser(folder) - server (folder) - server.js - package.json - web.config I have managed to "npm install" from the Node.js menu in plesk. Tried to: change the Application Startup File to "dist/server.js". change document root to "node-hm/dist" folder. copy dist file to "node-hm" - only the index is loaded, other files like CSS won't load What am I