3 lines
49 B
Bash
3 lines
49 B
Bash
|
#!/bin/sh
|
||
|
cd web
|
||
|
bunx --bun vite --host 127.0.0.1
|