Merge branch 'dev'
CI/CD / deploy (push) Failing after 2m2s
Details
CI/CD / deploy (push) Failing after 2m2s
Details
This commit is contained in:
commit
6e3d9ef900
|
|
@ -38,7 +38,7 @@ routes.get('/', (c) => {
|
|||
moduleId: 'rcred',
|
||||
modules: getModuleInfoList(),
|
||||
body: `<folk-cred-dashboard space="${space || 'demo'}"></folk-cred-dashboard>`,
|
||||
scripts: '<script type="module" src="/dist/modules/rcred/folk-cred-dashboard.js"></script>',
|
||||
scripts: '<script type="module" src="/modules/rcred/folk-cred-dashboard.js"></script>',
|
||||
}),
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue