Skip to content

Commit aaf7d51

Browse files
authored
Implement Free Trial (#2198)
* chores * add db function * add start-trial route in apps/api * update apps/desktop to support trial * openapi stuffs for apps/api * openapi client genertion * use rpc in apps/api * rename stuff * openapi stuff * onboarding wip * fix bearer case sensitive * trial flow got it working in desktop * handle review
1 parent 7a04a15 commit aaf7d51

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+2794
-677
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"**/routeTree.gen.ts": true
66
},
77
"search.exclude": {
8-
"**/routeTree.gen.ts": true
8+
"**/routeTree.gen.ts": true,
9+
"**/generated/**": true
910
},
1011
"files.readonlyInclude": {
1112
"**/routeTree.gen.ts": true,

Taskfile.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ tasks:
9191
- task: supabase-env
9292
- task: supabase-tunnel-start
9393

94+
supabase-no-expose:
95+
platforms: [darwin]
96+
cmds:
97+
- task: supabase-tunnel-stop
98+
- task: supabase-env
99+
94100
supabase-tunnel-stop:
95101
platforms: [darwin]
96102
cmds:

0 commit comments

Comments
 (0)