diff --git a/frontend/build.ts b/frontend/build.ts index ec4bcf5..b77e8ee 100644 --- a/frontend/build.ts +++ b/frontend/build.ts @@ -1,4 +1,4 @@ await Bun.build({ - entrypoints: [ './src/index.ts' ], - outdir: './public/js' + entrypoints: [ './src/index.ts' ], + outdir: './public/js' }); diff --git a/frontend/public/index.html b/frontend/public/index.html index 8c68dd2..48f8b60 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -4,6 +4,6 @@