Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2271d2b commit 55a8ad8Copy full SHA for 55a8ad8
src/config/index.ts
@@ -17,6 +17,7 @@ const config = {
17
ANGULAR: './dist',
18
NUXT: './.output',
19
VUEJS: './dist',
20
+ REMIX: './build',
21
OTHER: './',
22
},
23
listOfFrameWorks: [
@@ -27,6 +28,7 @@ const config = {
27
28
{ name: 'Angular', value: 'ANGULAR' },
29
{ name: 'Nuxt', value: 'NUXT' },
30
{ name: 'VueJs', value: 'VUEJS' },
31
+ { name: 'Remix', value: 'REMIX' },
32
{ name: 'Other', value: 'OTHER' },
33
],
34
providerMapper: {
0 commit comments