add example package

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-08-09 16:42:10 +02:00
parent 8669210f3b
commit 0f7452c030
30 changed files with 295 additions and 95 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ const packageRoleInfos: PackageRoleInfo[] = [
output: ['types', 'esm'],
},
{
role: 'frontend-extension-bundle',
role: 'frontend-extensions-bundle',
platform: 'web',
output: ['types', 'esm'],
},
+1 -1
View File
@@ -27,7 +27,7 @@ export type PackageRole =
| 'node-library'
| 'common-library'
| 'frontend-plugin'
| 'frontend-extension-bundle'
| 'frontend-extensions-bundle'
| 'frontend-plugin-module'
| 'backend-plugin'
| 'backend-plugin-module';