mirror of
https://github.com/nvms/soma3.git
synced 2025-12-13 14:40:52 +00:00
26 lines
383 B
YAML
26 lines
383 B
YAML
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
|