We have several ports configured, basically for next and supabase, something like:
env = "cd ./control_plane_ui && echo 'PORT={{ branch | hash_port }}\nNEXT_PUBLIC_SUPABASE_URL=http://127.0.0.1:{{ ('supabase-api-' ~ branch) | hash_port }}\nSUPABASE_API_PORT={{ ('supabase-api-' ~ branch) | hash_port }}\nSUPABASE_DB_PORT={{ ('db-' ~ branch) | hash_port }}\nSUPABASE_STUDIO_PORT={{ ('studio-' ~ branch) | hash_port }}' >> .env.local"
It would be ideal to be able to see the ports when running wt list, but I understand that would clutter the view.
How about inside wt config state?
We have several ports configured, basically for next and supabase, something like:
It would be ideal to be able to see the ports when running
wt list, but I understand that would clutter the view.How about inside
wt config state?