Thank you @justkey007 for tsc-alias

This commit is contained in:
garronej
2023-03-18 15:49:45 +01:00
parent 9ae8822e00
commit 4f0b1688db
9 changed files with 209 additions and 15 deletions

View File

@ -2,7 +2,7 @@ import "./replaceImportFromStatic";
import { setupSampleReactProject, sampleReactProjectDirPath } from "./setupSampleReactProject";
import * as st from "scripting-tools";
import { join as pathJoin } from "path";
import { getProjectRoot } from "../../bin/tools/getProjectRoot.js";
import { getProjectRoot } from "keycloakify/bin/tools/getProjectRoot.js";
(async () => {
await setupSampleReactProject();