Add ui for csv update and import (broken) + fix build issues
This commit is contained in:
@@ -6,8 +6,8 @@ const dotenv = require('dotenv');
|
||||
|
||||
// For testing purposes, limit the number of rows to import (0 = no limit)
|
||||
const PRODUCTS_TEST_LIMIT = 0;
|
||||
const ORDERS_TEST_LIMIT = 5000;
|
||||
const PURCHASE_ORDERS_TEST_LIMIT = 0;
|
||||
const ORDERS_TEST_LIMIT = 10000;
|
||||
const PURCHASE_ORDERS_TEST_LIMIT = 10000;
|
||||
|
||||
dotenv.config({ path: path.join(__dirname, '../.env') });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user