feat: bundle demo

This commit is contained in:
Daniel Lautzenheiser
2023-01-13 11:46:56 -05:00
parent f764dd6c24
commit 9627fb6814
13 changed files with 3495 additions and 381 deletions

View File

@ -122,12 +122,6 @@ module.exports = {
{ functions: false, classes: true, variables: true },
],
},
},
{
files: ['website/**/*'],
rules: {
'import/no-unresolved': [0],
},
},
}
],
};

View File

@ -1,7 +1,7 @@
// Register all the things
CMS.init();
const PostPreview = ({ entry, widgetFor, widgetsFor }) => {
const PostPreview = ({ entry, widgetFor }) => {
return h(
'div',
{},