very incomplete progress on sign-in

This commit is contained in:
Oliver Heywood
2021-10-12 10:17:50 -05:00
parent 19ee8de456
commit a8dd2af268
19 changed files with 360 additions and 48 deletions

View File

@@ -23,8 +23,8 @@
"@components/*": ["components/*"],
"@commerce": ["framework/commerce"],
"@commerce/*": ["framework/commerce/*"],
"@framework": ["framework/local"],
"@framework/*": ["framework/local/*"]
"@framework": ["framework/ordercloud"],
"@framework/*": ["framework/ordercloud/*"]
}
},
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],