We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4288e29 commit 5610084Copy full SHA for 5610084
crates/pglt_workspace/src/configuration.rs
@@ -169,7 +169,7 @@ pub fn create_config(
169
}
170
})?;
171
172
- // we now check if biome is installed inside `node_modules` and if so, we use the schema from there
+ // we now check if pglt is installed inside `node_modules` and if so, we use the schema from there
173
if VERSION == "0.0.0" {
174
let schema_path = Path::new("./node_modules/@pglt/pglt/schema.json");
175
let options = OpenOptions::default().read(true);
0 commit comments