mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
remove amb-sdk dep
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import WebviewContext from '@start9labs/ambassador-sdk/dist/webview-context'
|
||||
|
||||
export const webviewContext = new WebviewContext(async (method: string, data: any) => {
|
||||
throw new Error (`${method} UNIMPLEMENTED`)
|
||||
// switch(method){
|
||||
// case 'getConfigValue': throw new Error ('getConfigValue UNIMPLEMENTED')
|
||||
// }
|
||||
})
|
||||
Reference in New Issue
Block a user