#!/bin/bash

## Description: Run drush CLI inside the web container
## Usage: frontend
## ExecRaw: true

cd /var/www/html/frontend

bun run dev
