-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Thanks for this repo!
If I add a js method to the lib folder, either as part of the button file or in a separate folder, I have to restart (lerner run dev) for the changes to be built.
import axios from 'axios';
export default function fetchStockPrice(payload, BE_API) {
return axios
.get(`${BE_API}/stock-price`, payload)
.then(response => response.data)
.catch(err => {
console.log(err);
});
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels