feat: integrate PDF Tools with toolbox portal
This commit is contained in:
9
src/toolboxApp.ts
Normal file
9
src/toolboxApp.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { parseToolboxApp } from '@add-ideas/toolbox-contract';
|
||||
import definition from './toolboxApp.definition.json';
|
||||
import { APP_VERSION } from './version';
|
||||
|
||||
export const toolboxApp = parseToolboxApp({
|
||||
schemaVersion: 1,
|
||||
...definition,
|
||||
version: APP_VERSION,
|
||||
});
|
||||
Reference in New Issue
Block a user