Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
c8e2ca9d4f
|
|
@ -1,3 +1,4 @@
|
|||
node_modules
|
||||
.env
|
||||
*/*.db
|
||||
data/ebay_items.db
|
||||
|
|
|
|||
|
|
@ -405,8 +405,8 @@
|
|||
let currentProfileId = null;
|
||||
let items = [];
|
||||
let isScanning = false;
|
||||
const API_URL = "http://localhost:4000"
|
||||
// const API_URL = "https://logs1.danielvu.com/ebay-price-check"
|
||||
// const API_URL = "http://localhost:4000"
|
||||
const API_URL = "https://logs1.danielvu.com/ebay-price-check"
|
||||
const fmat = (v) => new Intl.NumberFormat('en-US', { style: 'currency', currency: 'USD' }).format(v || 0);
|
||||
|
||||
async function init() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue