Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Sep 3, 2024
1 parent c256582 commit 0d1f750
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/src/functions/apply-config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import path from "path"
import { fileURLToPath } from "url"

import { input } from "@inquirer/prompts"
import { applyConfigurationTask } from "@next-boilerplate/scripts/utils/template-config/apply.js"
import { applyConfigurationTask } from "@next-boilerplate/scripts/utils/template-config/apply"

// Get the current package directory
const __filename = fileURLToPath(import.meta.url) // get the resolved path to the file
Expand Down
6 changes: 5 additions & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
"./utils/template-config": {
"types": "./dist/utils/template-config/index.d.ts",
"default": "./dist/utils/template-config/index.js"
},
"./utils/template-config/apply": {
"types": "./dist/utils/template-config/apply.d.ts",
"default": "./dist/utils/template-config/apply.js"
}
},
"devDependencies": {
Expand All @@ -45,4 +49,4 @@
"@rharkor/utils": "^0.1.3",
"fs-extra": "^11.2.0"
}
}
}

0 comments on commit 0d1f750

Please sign in to comment.