Skip to content

Commit

Permalink
Merge pull request #1464 from contentstack/refactor/launch-framework-seq
Browse files Browse the repository at this point in the history
refactor: launch framework preset order
  • Loading branch information
aman19K authored Jul 9, 2024
2 parents 0d664a4 + a8236ea commit 8f6fd78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contentstack-launch/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ const config = {
exclude: ['logs', '.next', 'node_modules', '.cs-launch.json'],
},
outputDirectories: {
OTHER: './',
GATSBY: './public',
NEXTJS: './.next',
CRA: './build',
CSR: './',
ANGULAR: './dist',
VUEJS: './dist',
OTHER: './',
},
listOfFrameWorks: [
{ name: 'Other', value: 'OTHER' },
{ name: 'Gatsby', value: 'GATSBY' },
{ name: 'NextJs', value: 'NEXTJS' },
{ name: 'CRA (Create React App)', value: 'CRA' },
{ name: 'CSR (Client-Side Rendered)', value: 'CSR' },
{ name: 'Angular', value: 'ANGULAR' },
{ name: 'VueJs', value: 'VUEJS' },
{ name: 'Other', value: 'OTHER' },
],
providerMapper: {
GITPROVIDER: 'GitHub',
Expand Down

0 comments on commit 8f6fd78

Please sign in to comment.