feat: add profile and orders customer

This commit is contained in:
paolosantarsiero
2024-12-27 03:24:35 +01:00
parent ce96340833
commit 5880b80676
52 changed files with 2019 additions and 1034 deletions

View File

@@ -23,6 +23,13 @@
}
]
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "types/**/*.d.ts"],
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"types/**/*.d.ts",
"app/profile/orders/[id]"
],
"exclude": ["node_modules"]
}