bunkit-cli 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -27061,6 +27061,7 @@ export default config;
27061
27061
  isolatedModules: true,
27062
27062
  jsx: "react-jsx",
27063
27063
  types: ["react", "react-dom"],
27064
+ baseUrl: ".",
27064
27065
  paths: {
27065
27066
  "@/*": ["./src/*"]
27066
27067
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bunkit-cli",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Beautiful CLI for creating production-ready Bun projects",
5
5
  "type": "module",
6
6
  "bin": {