Files
recipe-mockup/js/storageKeys.js
ulfrxdev 868862d031
Some checks failed
Build and Deploy / build-and-push (push) Failing after 1m20s
Add ingredients' products
2026-04-07 22:51:30 +02:00

5 lines
229 B
JavaScript

export const PLANS_STORAGE_KEY = 'recipe-planner-plans-v1';
export const PANTRY_STORAGE_KEY = 'recipe-pantry-v1';
export const PANTRY_STORAGE_KEY_V2 = 'recipe-pantry-v2';
export const SHOPPING_STORAGE_KEY = 'recipe-shopping-v1';