mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 20:56:42 +08:00
feat: Create availableAddons empty config
This configuration is populated on build-time with the available extras which expose a `client/` directory containing React code.
This commit is contained in:
parent
3e95503017
commit
f6f2bc4c3d
1 changed files with 2 additions and 0 deletions
2
app/javascript/src/componentLoader/availableAddons.js
Normal file
2
app/javascript/src/componentLoader/availableAddons.js
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
// intentionally exports empty object
|
||||||
|
export default {};
|
Loading…
Reference in a new issue