wip refactoring
This commit is contained in:
@@ -1 +1,6 @@
|
||||
export const API_URL: string = "https://api.slopfarmer.jack-case.pro"
|
||||
|
||||
export async function send_message_to_background(message: any): Promise<any> {
|
||||
const response = await browser.runtime.sendMessage(message)
|
||||
return response
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user