fix integration into admin interface

This commit is contained in:
bkfox
2023-12-10 15:21:30 +01:00
parent 4778803ee0
commit 0e444f0502
32 changed files with 12081 additions and 2935 deletions

View File

@ -16,7 +16,7 @@ module.exports = defineConfig({
},
pages: {
core: { entry: 'src/core.js', },
public: { entry: 'src/public.js' },
admin: { entry: 'src/admin.js' },
}
})