feat: initial deno support

This commit is contained in:
lichtscheu
2022-04-19 22:08:42 +02:00
parent 0c3a381d1f
commit 591ee29e0d
7 changed files with 102 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ export const staticDeployments = [
'astro',
'eleventy'
];
export const notNodeDeployments = ['php', 'docker', 'rust', 'python'];
export const notNodeDeployments = ['php', 'docker', 'rust', 'python', 'deno'];
export function getDomain(domain) {
return domain?.replace('https://', '').replace('http://', '');