# single test file only on chromium
yarn test:integration -- integration/vite-dev-express-test.ts --headed --project chromium
use locally built package in app
# in remix repo
yarn build --tsc
cd build/node_modules/@remix-run/dev
yalc publish
# in app repo
yalc add @remix-run/dev
pnpm i
# TODO
# for some reason, it fails on initial dev.
# restarting server seems to fix it.
pnpm dev