Skip to content

Commit

Permalink
fix: put documentStorage to sample-config-amoy.json v2
Browse files Browse the repository at this point in the history
  • Loading branch information
MinHtet-O committed Apr 25, 2024
1 parent c11d178 commit d2aac62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.21.3
14
6 changes: 0 additions & 6 deletions config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,5 @@ module.exports = function override(config) {
plugins: nodejsPolyfillWebpack.plugins(config),
devtool: !process.env.NODE_ENV === "production",
};
configOverrides.module.rules.push({
test: /\.m?js/,
resolve: {
fullySpecified: false,
},
});
return configOverrides;
};
6 changes: 5 additions & 1 deletion src/test/fixtures/config/v2/sample-config-amoy.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,5 +976,9 @@
},
"extension": "tt"
}
]
],
"documentStorage": {
"apiKey": "randomKey",
"url": "https://api.example.com/storage"
}
}

0 comments on commit d2aac62

Please sign in to comment.