feat: implement core application structure, UI components, internationalization, and database seeding.
This commit is contained in:
@@ -13,7 +13,7 @@ async function main() {
|
||||
name: 'free',
|
||||
displayName: 'Gratuit',
|
||||
price: 0,
|
||||
description: 'Idéal pour découvrir PlumeIA.',
|
||||
description: 'Idéal pour découvrir Pluume.',
|
||||
maxProjects: 1,
|
||||
maxAiActions: 10,
|
||||
features: ['10 actions IA / mois', '1 projet actif', 'Bible du monde simple'],
|
||||
@@ -33,7 +33,7 @@ async function main() {
|
||||
{
|
||||
id: 'master',
|
||||
name: 'master',
|
||||
displayName: 'Maître Plume',
|
||||
displayName: 'Maître Pluume',
|
||||
price: 29,
|
||||
description: 'Le summum de l\'écriture IA.',
|
||||
maxProjects: 20,
|
||||
|
||||
Reference in New Issue
Block a user