@swell/cli 2.0.15 → 2.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/apps/index.js +1 -1
- package/oclif.manifest.json +1895 -0
- package/package.json +1 -1
package/dist/lib/apps/index.js
CHANGED
|
@@ -114,7 +114,7 @@ export const FrontendProjectTypes = [
|
|
|
114
114
|
slug: 'astro',
|
|
115
115
|
},
|
|
116
116
|
];
|
|
117
|
-
const frontendProjectConfigExtensions = ['.mjs', '.js'];
|
|
117
|
+
const frontendProjectConfigExtensions = ['.mjs', '.js', '.ts', '.cjs'];
|
|
118
118
|
export function getAppSlugId(app) {
|
|
119
119
|
return toAppId(app.private_id) || app.public_id || app.id;
|
|
120
120
|
}
|