Skip to content

Commit

Permalink
dunno
Browse files Browse the repository at this point in the history
  • Loading branch information
noahehall committed Nov 17, 2023
1 parent c55c13a commit a67155a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion apps/nirvlife/devserver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function serveFromDir(config: {
directory: string;
path: string;
}): Promise<Response | null> {
let basePath = path.join(config.directory, config.path);
const basePath = path.join(config.directory, config.path);
const suffixes = ["", ".html", "index.html"];

for (const suffix of suffixes) {
Expand Down
25 changes: 0 additions & 25 deletions turbo.json

This file was deleted.

0 comments on commit a67155a

Please sign in to comment.