You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next is more like a question if you think it will be ease and good. I am currently using reverse like import config from "./typesql.json"; in my other confis.
Currently the only allowed config file is typesql.json, so it's not very flexible in terms of config reuse between for example drizzle kit or internal scripts.
If it's allowed to be used like typesql.config.js then will be easy to include directories or databaseUri from external confg.
The text was updated successfully, but these errors were encountered:
Next is more like a question if you think it will be ease and good. I am currently using reverse like
import config from "./typesql.json";
in my other confis.Currently the only allowed config file is
typesql.json
, so it's not very flexible in terms of config reuse between for example drizzle kit or internal scripts.If it's allowed to be used like typesql.config.js then will be easy to include directories or databaseUri from external confg.
The text was updated successfully, but these errors were encountered: