added a filenamemapper , used to faster switch between filenames.

This commit is contained in:
2025-11-25 15:41:46 +01:00
parent 39fe0c81e5
commit 3e5a88f42d
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
export const jsonFileNames = {
steMedusaStarter: "ste.medusa-starter.design.json",
stePlayGround: "ste.playground.design.json"
};