How can you import a local module called server.js that is placed in your current directory?
Use
const server to store the module and don't forget about the semicolon ; in the end.