chore(scaffold): retirer .gitkeep des dossiers hors archi FSD + access.ts partiel
This commit is contained in:
parent
c661d10e43
commit
dbc9360b36
11 changed files with 0 additions and 32 deletions
|
|
@ -1,32 +0,0 @@
|
|||
export const PLANS = {
|
||||
free: {
|
||||
simulations_lifetime: 5,
|
||||
oral_t2_live: false,
|
||||
detailed_report: false,
|
||||
tips: false,
|
||||
dashboard: false,
|
||||
exam_mode: false,
|
||||
pattern_analysis: false,
|
||||
preparation_index: false,
|
||||
},
|
||||
standard: {
|
||||
simulations_lifetime: null,
|
||||
oral_t2_live: false,
|
||||
detailed_report: true,
|
||||
tips: true,
|
||||
dashboard: true,
|
||||
exam_mode: false,
|
||||
pattern_analysis: false,
|
||||
preparation_index: false,
|
||||
},
|
||||
premium: {
|
||||
simulations_lifetime: null,
|
||||
oral_t2_live: true,
|
||||
detailed_report: true,
|
||||
tips: true,
|
||||
dashboard: true,
|
||||
exam_mode: true,
|
||||
pattern_analysis: true,
|
||||
preparation_index: true,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue