Open luisa-beerboom opened 1 year ago
What is the generate-defaults
script? I don't think this is a backend issue.
Ah sorry, this was supposed to be a client issue.
generate-defaults
is a development script in the client.
I'm moving this to the client now.
As mentioned in #3006 we should maybe think about replacing axios
with fetch
to get rid of that dependency when doing this.
The problem seems to be that die MeetingSettingsService
cannot be imported in the script, because nodejs...
I haven't a solution.
The script currently fails if executed and trying to fix it will inevitably lead one to the likes of
ERR_REQUIRE_ESM
errors. Someone should probably take a look at this