diff options
Diffstat (limited to 'templates/react/build.ts')
-rw-r--r-- | templates/react/build.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/react/build.ts b/templates/react/build.ts deleted file mode 100644 index a2fa6fcf9..000000000 --- a/templates/react/build.ts +++ /dev/null @@ -1,6 +0,0 @@ -// NODE_ENV=development bun build ./src/index.jsx --outfile ./.build/bundle.js - -Bun.build({ - entrypoints: ["./src/index.tsx"], - outdir: "./build", -}); |