More work on bundling vite for production

This commit is contained in:
Jesse Wierzbinski 2023-12-06 14:29:26 -10:00
parent c8ffca37b1
commit d62e81977e
No known key found for this signature in database
7 changed files with 48 additions and 18 deletions

View file

@ -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: