Elliot DeNolf
7309d474ee
feat!: type auto-generation ( #6657 )
...
Types are now auto-generated by default.
You can opt-out of this behavior by setting:
```ts
buildConfig({
// Rest of config
typescript: {
autoGenerate: false
},
})
```
2024-06-10 13:42:44 -04:00
Elliot DeNolf
354ad7092c
chore: type gen formatting ( #6309 )
2024-05-09 23:55:55 -04:00
Alessio Gravili
f7a2cf96b9
chore: properly working generated types within tests ( #6288 )
2024-05-09 17:12:51 -04:00
Elliot DeNolf
6179c938bf
ci: remove email e2e tests, ethereal calls failing
2024-04-23 13:18:10 -04:00
Elliot DeNolf
951e9fd7f2
test: email e2e updated nodemailer usage
2024-04-22 14:13:38 -04:00
Elliot DeNolf
6e4135e790
test: add nodemailer adapter to email test config
2024-04-18 13:36:48 -04:00
Elliot DeNolf
fb7925f272
feat: create email-nodemailer package
2024-04-17 21:58:24 -04:00
Elliot DeNolf
a1d68bd951
feat: abstract nodemailer into email adapter interface
2024-04-17 16:10:51 -04:00
James
89efcc5db1
chore: adds upload export back
2024-04-08 10:46:41 -04:00
Elliot DeNolf
2412134073
chore: importConfig and importWithoutClientFiles ( #5701 )
2024-04-05 16:49:20 -04:00
Paul
89e7c305e7
chore: emails e2e suite ( #5698 )
...
fix: move 'email' configuration to server only
2024-04-05 16:50:47 -03:00