Move some files so that deno task dev works

This commit is contained in:
Dylan Pizzo
2025-01-05 22:17:30 -05:00
parent 0da7c3ab23
commit 3bb0308949
46 changed files with 7 additions and 6 deletions

View File

@ -17,7 +17,7 @@ await esbuild.build({
plugins: [...denoPlugins()],
absWorkingDir: projectRootDir,
entryPoints: ["src/client/index.tsx"],
outfile: "src/static/dist/bundle.js",
outfile: "static/dist/bundle.js",
bundle: true,
format: "esm",
target,