mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
More work on bundling vite for production
This commit is contained in:
parent
c8ffca37b1
commit
d62e81977e
7 changed files with 48 additions and 18 deletions
|
|
@ -89,6 +89,15 @@ bun dev
|
|||
|
||||
If your port number is lower than 1024, you may need to run the command as root.
|
||||
|
||||
### Running the Vite server
|
||||
|
||||
To start the Vite server, run:
|
||||
```sh
|
||||
bun vite:dev
|
||||
```
|
||||
|
||||
This should be run in a separate terminal window. The Vite server is used to serve the frontend assets and to provide hot module reloading.
|
||||
|
||||
## Running tests
|
||||
|
||||
To run the tests, run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue