Tom Elliott

Results 17 comments of Tom Elliott

Oh amazing, thank you! Confirmed that's got both `codegen` and running the app working using the latest image. Although I'm still having issues if I don't disable SWC. I'll keep...

Steps: * Updated developer.Dockerfile, as above * Removed `- DISABLE_SWC=true` from docker-compose.dev.yaml * Ran `docker pull ghcr.io/lolopinto/ent:0.1.0-alpha.49-test1-nodejs-18-dev` from terminal * Ran `yarn rebuild-image` * Ran `yarn codegen` Same issue as...

And just for completeness, if I re-add the flag to disable SWC in docker-compose.dev.yaml: ``` ~/Code/LimeAndSoda/roomtool-server (main*) ยป yarn codegen 1 โ†ต tom@Dunkertons yarn run v1.22.19 $ docker-compose -f docker-compose.dev.yml...

Which package manager are you using yourself? If not yarn, would it help for me to repro the absence of an error with the other package manager?

OK, so this time: * Updated `develop.Dockerfile` to contain: `FROM ghcr.io/lolopinto/ent:0.1.0-alpha.50-test7-nodejs-18-dev` * Removed - `DISABLE_SWC=true` from docker-compose.dev.yaml * Added `ENABLE_SWC=true` to docker-compose.dev.yaml. * Ran `docker pull ghcr.io/lolopinto/ent:0.1.0-alpha.50-test7-nodejs-18-dev` in the terminal...

Tried adding `@swc-node/register` as a dependency: * `yarn add @swc-node/register` * `yarn codegen` ``` โžœ roomtool-server git:(main) โœ— yarn add @swc-node/register yarn add v1.22.19 [1/4] ๐Ÿ” Resolving packages... [2/4] ๐Ÿšš...