This PR includes Vite examples, in particular:
Vite: Vanilla Javascript
Vite: Vanilla Tyescript
Also updated the general readme to reflect the addition.
This PR includes Vue examples, in particular:
- Vue Spa
- Vue Spa + Router
- Vue using Sever Side Rendering with Express.js.
Also updated the general Readme.
This PR includes the addition of a health check API endpoint directly in the Nuxt example. This API endpoint can be used as an alternative to the default health check on port 80.
Beside the API feature I also included a Nitro example. Nitro can be run seperately from Nuxt. Allowing you to basically run Nuxt 'headless'. This extension of the existing example will go well with developers using Nuxt within the Coolify community.
This PR is complementary to my PR on the main Coolify documentation PR.
Added Coolify configuration to use the --filter option with Turbo for launching specific applications. This change ensures that only the targeted application is started, enhancing resource efficiency and simplifying the startup process.
Added Updated Coolify configuration to use the --filter option with Turbo for launching specific applications. This change ensures that only the targeted application is started, enhancing resource efficiency and simplifying the startup process.
Updated the Coolify configuration to use the --filter option with Turbo for launching specific applications. This change ensures that only the targeted application is started, enhancing resource efficiency and simplifying the startup process.