#!/bin/bash

## Description: Start the Nuxt frontend dev server (bun) in the web container
## Usage: frontend
## ExecRaw: true

cd /var/www/html/frontend

bun run dev
