bundle: true platform: browser format: esm sourcemap: true outdir: public watch: paths: ['src/**/*.{ts,tsx,js,jsx,css,scss,html}', 'public/index.html'] serve: html: public/index.html port: 1234 build: minify: true minifyWhitespace: true minifyIdentifiers: true sourcemap: false run: runtime: bun sourcemap: false jsx: automatic jsxFactory: React.createElement