Skip to content

Commit

Permalink
chore: add Appwrite preset (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
necatiozmen authored Nov 16, 2023
1 parent 00790f3 commit bf67b6d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,24 @@ module.exports = {
name: 'refine-supabase',
type: 'refine-vite',
answers: {
'ui-framework': 'no',
'ui-framework': 'no',
'router-provider': 'react-router-v6',
'data-provider': 'data-provider-supabase',
'i18n-no': 'no',
'inferencer': 'no',
}
},
{
name: 'refine-appwrite',
type: 'refine-vite',
answers: {
'ui-framework': 'antd',
'router-provider': 'react-router-v6',
'data-provider': 'data-provider-appwrite',
"antd-example-pages": "no",
"i18n-antd": "no",
'inferencer': 'no',
}
}
],
};

0 comments on commit bf67b6d

Please sign in to comment.