JSPaste / Frontend

JSPaste Frontend
https://jspaste.eu
European Union Public License 1.2
4 stars 2 forks source link

Merge dev to stable #77

Closed inetol closed 1 month ago

github-advanced-security[bot] commented 1 month ago

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

inetol commented 1 month ago

No es 100% funcional para construir Nextjs solamente con Bun, pero la versión standalone que genera el contenedor parece funcionar correctamente. Esta es la nota que hay en la página de la guía de Bun:

"The Next.js App Router currently relies on Node.js APIs that Bun does not yet implement. The guide below uses Bun to initialize a project and install dependencies, but it uses Node.js to run the dev server."