diff --git a/source/server/server.ts b/source/server/server.ts index 4be0de83..60835115 100644 --- a/source/server/server.ts +++ b/source/server/server.ts @@ -163,6 +163,11 @@ export default async function createServer(config = defaultConfig) :Promise path.resolve(root_dir,"files"), toPath], dist_dir: [({root_dir}:{root_dir:string})=> path.resolve(root_dir,"dist"), toPath], - assets_dir: [({root_dir}:{root_dir:string})=> path.resolve(root_dir,"assets"), toPath], + assets_dir: [undefined, toPath], trust_proxy: [true, toBool], hostname: [hostname(), toString], hot_reload:[false, toBool],