Application files are not built when AppConfig.server
is set in remix.config.js
#8526
Labels
AppConfig.server
is set in remix.config.js
#8526
Reproduction
https://stackblitz.com/edit/remix-run-remix-zwfcbj
npm run-script build
Files of interest:
remix.config.js
andserver.ts
System Info
Used Package Manager
npm
Expected Behavior
According to these docs re
AppConfig.server
:Actual Behavior
When I look in my
build/
directory, I only see a singleserver.js
file with no application files, so my application doesn't work.The text was updated successfully, but these errors were encountered: