Azure / Azure/static-web-apps-cli
Support for deployment in deno environments
- Lenguaje dominante
- TypeScript
- Estrellas
- 668
- Forks
- 155
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
**Is your feature request related to a problem? Please describe.**
My web project is Deno based so I'm trying to run all my dependences through Deno.
**Describe the solution you'd like**
A execution workflow that doesn't seem to depend on the `node` executable.
**Describe alternatives you've considered**
I did get pretty far with ` deno install -g npm:@azure/static-web-apps-cli -n swa` but got stuck at trying to run the emulator:
```
Welcome to Azure Static Web Apps CLI (2.0.5)
Using configuration "webmain" from file:
C:\dev\projects\sites\webmain\swa-cli.config.json
***********************************************************************
* WARNING: This emulator may not match the cloud environment exactly. *
* Always deploy and test your app in Azure. *
***********************************************************************
'node' is not recognized as an internal or external command,
operable program or batch file.
✖ SWA emulator stopped because .
```
**Additional context**
Add any other context or screenshots about the feature request here.
Note if you use\test this, swa needs plenty of permissions. Add this to the swa stub:
`"--allow-sys" "--allow-env" "--allow-read" "--allow-run" "--allow-write" "--allow-net"`
Guía de contribución
Línea de trabajo
Comienza con la ruta de ejecución del emulador descrita en el issue y reprodúcela usando el swa-cli.config.json mostrado y los flags de permisos de Deno. Determina cómo invoca el emulador el ejecutable node; el trabajo estará terminado cuando el flujo de trabajo pueda ejecutarse en un proyecto basado en Deno sin requerir node.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- deno, node.js, typescript
- Área
- cli, cloud
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 35/100