Skip to content

Commit

Permalink
Update esbuild-server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 authored Feb 20, 2024
1 parent 783e786 commit a8f8df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/esbuild-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { esBuildContext } from "./esbuild-build";
export async function server() {
const _context = await esbuild.context(esBuildContext);
const { port } = await _context.serve({
servedir: "static/dist",
servedir: "static",
port: 8080,
});
console.log(`http://localhost:${port}`);
Expand Down

0 comments on commit a8f8df5

Please sign in to comment.