Mateusz Kulpa

Results 1 comments of Mateusz Kulpa

Hello, I found an alternative workaround for this issue. After build, you should use `--experimental-specifier-resolution=node` flag to start your app. ``` node --es-module-specifier-resolution=node .output/server/index.mjs ``` I believe this issue is...