Skip to content

Commit

Permalink
[cb-#99] add directory
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Dec 27, 2019
1 parent b132747 commit 68f6a34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs.ts
Expand Up @@ -135,6 +135,7 @@ function runServer() {
echo("Starting server...");
let server = new Drash.Http.Server({
address: "localhost:8000",
directory: Deno.env().DRASH_SERVER_DIRECTORY, // TODO(crookse) make local config
response_output: "text/html",
logger: Drash.Members.ConsoleLogger,
resources: [AppResource],
Expand Down

0 comments on commit 68f6a34

Please sign in to comment.