4 lines
147 B
Bash
4 lines
147 B
Bash
|
|
#!/bin/bash
|
||
|
|
cd /Users/bshtechnologies/Documents/Eventify-frontend
|
||
|
|
exec flutter run -d web-server --web-hostname 0.0.0.0 --web-port "${PORT:-8080}"
|