enable test server in dev (#31469)

This commit is contained in:
Matthew Irish 2025-08-11 13:55:24 -05:00 committed by GitHub
parent b0a9ad2236
commit c88b3136a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ const appConfig = {
throwUnlessParallelizable: true,
},
hinting: isTest,
tests: isTest,
tests: !isProd,
sourcemaps: {
enabled: !isProd,
},