flow-pilot / extension /background.js
SushanthUV's picture
added locahost to test
83cbd12
chrome.runtime.onInstalled.addListener(() => {
chrome.storage.local.set({
flowpilotBackendUrl: "http://localhost:8000/api",
});
});