chore: ⬆️ Upgrade Bun to 1.2.0

This commit is contained in:
Jesse Wierzbinski 2025-01-23 15:28:16 +01:00
parent e32b6f9f8e
commit c4339e64bd
No known key found for this signature in database
7 changed files with 17 additions and 8 deletions

View file

@ -2,15 +2,15 @@
## Requirements
- The [Bun Runtime](https://bun.sh), version 1.1.25 or later (usage of the latest version is recommended)
- Versia Server will not work on lower versions than 1.1.25.
- The [Bun Runtime](https://bun.sh), version 1.2.0 or later (usage of the latest version is recommended)
- Versia Server will not work on lower versions than 1.2.0.
- A PostgreSQL database
- (Optional but recommended) A Linux-based operating system
- (Optional if you want search) A working [Sonic](https://github.com/valeriansaliou/sonic) instance
> [!WARNING]
> Versia Server has not been tested on Windows or macOS. It is recommended to use a Linux-based operating system to run Versia Server.
>
>
> We will not be offering support to Windows or macOS users. If you are using one of these operating systems, please use a virtual machine or container to run Versia Server.
## With Docker/Podman
@ -92,4 +92,4 @@ Updating the server is as simple as pulling the latest changes from the reposito
For Docker, you can run `docker-compose pull` to update the Docker images.
Sometimes, new configuration options are added to `config.example.toml`. If you see a new option in the example file, you should add it to your `config.toml` file.
Sometimes, new configuration options are added to `config.example.toml`. If you see a new option in the example file, you should add it to your `config.toml` file.