You can accomplish the main changes of preventing the default export and avoiding the canisterId issue through dfx.json
configs.
"example": {
"declarations": {
"node_compatibility": true,
"env_override": ""
}
}
You can accomplish the main changes of preventing the default export and avoiding the canisterId issue through dfx.json
configs.
"example": {
"declarations": {
"node_compatibility": true,
"env_override": ""
}
}