build server is not experimental anymore

This commit is contained in:
peaklabs-dev
2024-10-30 18:43:26 +01:00
parent 22f0fb5744
commit fdb2d1b8a5

View File

@@ -10,8 +10,6 @@ description: "A guide on how to use a build server with Coolify"
import { Aside } from '@astrojs/starlight/components'; import { Aside } from '@astrojs/starlight/components';
<Aside type="caution">This is an experimental feature.</Aside>
You could have a build server to build your projects on instead of building them on the server where you host your resources. You could have a build server to build your projects on instead of building them on the server where you host your resources.
This keeps the load separated, so it does not affect your application's performance. This keeps the load separated, so it does not affect your application's performance.