fix: use main branch modules.json
This commit is contained in:
parent
9b07997ea6
commit
9adb02c8a5
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import fs from "node:fs"
|
|||
|
||||
const modulesDir = "./src-tsp/modules"
|
||||
|
||||
const res = await fetch("https://raw.githubusercontent.com/blue-build/modules/113-feat-create-json-schemas-for-module-configuration/modules.json")
|
||||
const res = await fetch("https://raw.githubusercontent.com/blue-build/modules/main/modules.json")
|
||||
const modules = await res.json()
|
||||
|
||||
let moduleImports = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue