interface ServerOptionsimport { type ServerOptions } from "https://dotland.deno.dev/x/lume@v2.2.1/core/site.ts"; The options to configure the local server Propertiesoptionalroot: stringThe root directory to serve. By default is the same as the site dest folder. port: numberThe port to listen on open: booleanTo open the server in a browser page404: stringThe file to serve on 404 error middlewares: Middleware[]Optional for the server