Closed joaohcrangel closed 1 year ago
since after the build the main file is in the src subdirectory.
This only happens if you import something from outside of src
and is due to how Typescript's compiler works. The default setup does not do this, and thus would break with this new script
A small correction of the "start:prod" script, since after the build the main file is in the src subdirectory.