S96EA
S96EA
It looks like we can't reach online pgmeta api, when I called `https://my-project-xxx.supabase.co/pg/`, the API returned `no Route matched`, but when I called a local api endpoint `http://127.0.0.1:54321/pg/`, it returned...
I noticed that there is an API in pgmeta that provides the version, I'm wondering if it's possible to read the pgmeta through this API, like we do with [GoTrue](https://github.com/supabase/cli/blob/18198ddf2f4740f9d0d6cf939d80b5157500e449/internal/utils/tenant/gotrue.go#L19)....
Please help me check this [pr](https://github.com/supabase/cli/pull/1699), now you can create project using config file with `supabase projects create my-project --config config.toml`, the example config file like: ``` db_password = "xxxx"...
It looks like we should add a filter for [template](https://github.com/supabase/postgres-meta/blob/706515efe6369369d93746b73fefdd7b0a604c55/src/server/templates/typescript.ts#L142C67-L142C67)?