Set autoloadBunfig: false in build.ts so the compiled runtime ignores any bunfig.toml in the launching directory, preventing startup failures from a CWD preload the standalone cannot resolve. Update release.yml, Makefile, bunfig.toml, CONTRIBUTING.md, and README.md to match.
9 lines
429 B
TOML
9 lines
429 B
TOML
# No top-level `preload` here — dev/test get the solid JSX transform via the
|
|
# explicit `--preload` flags in package.json and the [test] section below.
|
|
# Releases don't read this file at all: build.ts compiles the standalone with
|
|
# `autoloadBunfig: false`, so its embedded runtime ignores any bunfig.toml in
|
|
# the launching directory — no more "preload not found" from CWD bunfigs.
|
|
|
|
[test]
|
|
preload = "@opentui/solid/preload"
|