issues
search
lolopinto
/
ent
MIT License
51
stars
6
forks
source link
ability to configure exports for actions not to be default export
#1689
Closed
lolopinto
closed
1 year ago
lolopinto
commented
1 year ago
fixes
https://github.com/lolopinto/ent/issues/1686
how to use it:
get new image
update ent.yml and add this line under codegen:
https://github.com/lolopinto/ent/blob/configure-imports/examples/todo-sqlite/ent.yml#L14
npm run rebuild-image && npm run codegen
docker-compose -f docker-compose.dev.yml run --rm app tsent run_script scripts/fix_action_exports.ts to fix the export for the actions themselves
fixes https://github.com/lolopinto/ent/issues/1686
how to use it: