mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 04:10:32 +00:00
6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
import { registerAs } from "@nestjs/config";
|
|
|
|
export default registerAs('inventory', () => ({
|
|
scheduleComputeItemCost: process.env.INVENTORY_SCHEDULE_COMPUTE_ITEM_COST,
|
|
}));
|