Adjust schema location

This commit is contained in:
Christopher Schleiden
2023-01-09 14:12:59 -08:00
parent 2c9a30e714
commit ee44381251
@@ -1,6 +1,6 @@
import { JSONObjectReader } from "../templates/json-object-reader"
import { TemplateSchema } from "../templates/schema"
import WorkflowSchema from "./workflow-v1.0.json"
import WorkflowSchema from "../workflow-v1.0.json"
let schema: TemplateSchema