We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e87872 commit e7cb8b4Copy full SHA for e7cb8b4
src/config/index.ts
@@ -14,6 +14,7 @@ const config = {
14
NEXTJS: './.next',
15
CRA: './build',
16
CSR: './',
17
+ ANALOG: './dist/analog/public',
18
ANGULAR: './dist',
19
NUXT: './.output',
20
ASTRO: './dist',
@@ -26,6 +27,7 @@ const config = {
26
27
{ name: 'NextJs', value: 'NEXTJS' },
28
{ name: 'CRA (Create React App)', value: 'CRA' },
29
{ name: 'CSR (Client-Side Rendered)', value: 'CSR' },
30
+ { name: 'Analog', value: 'ANALOG' },
31
{ name: 'Angular', value: 'ANGULAR' },
32
{ name: 'Nuxt', value: 'NUXT' },
33
{ name: 'Astro', value: 'ASTRO' },
@@ -49,7 +51,7 @@ const config = {
49
51
VariablePreparationTypeOptions.SKIP_SETUP,
50
52
],
53
variableType: '',
- supportedFrameworksForServerCommands: ['ANGULAR', 'OTHER', 'REMIX', 'NUXT', 'ASTRO'],
54
+ supportedFrameworksForServerCommands: ['ANALOG', 'ANGULAR', 'OTHER', 'REMIX', 'NUXT', 'ASTRO'],
55
supportedFileUploadMethods: ['last file upload', 'new file']
56
57
};
0 commit comments