PlanTempusApp/PTWork.code-workspace
Janus C. H. Knudsen 217a9cd95c Adds authentication and pricing pages for user onboarding
Introduces comprehensive user authentication flow with plan selection and registration

Includes:
- Pricing page with plan details and selection
- Payment page with plan summary and card information
- Signup page for different plan tiers
- Shared authentication layout and design system improvements

Enhances user onboarding experience with clear plan information and streamlined signup process
2026-01-11 01:38:14 +01:00

14 lines
No EOL
191 B
Text

{
"folders": [
{
"path": "."
},
{
"path": "../Calendar"
}
],
"settings": {
"liveServer.settings.port": 5501,
"liveServer.settings.multiRootWorkspaceName": "Calendar"
}
}