@happlyui/cli 0.1.0 → 0.1.1
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.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -189100,7 +189100,7 @@ async function init(options) {
|
|
|
189100
189100
|
function createDefaultConfig(projectInfo) {
|
|
189101
189101
|
const isSrcDir = projectInfo.isSrcDir;
|
|
189102
189102
|
return {
|
|
189103
|
-
$schema: "https://
|
|
189103
|
+
$schema: "https://cdn.jsdelivr.net/gh/Mindful-Connect/happly-ui-npm@production/schemas/components.json",
|
|
189104
189104
|
tailwind: {
|
|
189105
189105
|
config: projectInfo.tailwindConfig || "tailwind.config.ts",
|
|
189106
189106
|
css: projectInfo.tailwindCss || (isSrcDir ? "src/index.css" : "index.css"),
|
|
@@ -189119,7 +189119,7 @@ function createDefaultConfig(projectInfo) {
|
|
|
189119
189119
|
}
|
|
189120
189120
|
function createConfig(projectInfo, responses) {
|
|
189121
189121
|
return {
|
|
189122
|
-
$schema: "https://
|
|
189122
|
+
$schema: "https://cdn.jsdelivr.net/gh/Mindful-Connect/happly-ui-npm@production/schemas/components.json",
|
|
189123
189123
|
tailwind: {
|
|
189124
189124
|
config: projectInfo.tailwindConfig || "tailwind.config.ts",
|
|
189125
189125
|
css: projectInfo.tailwindCss || (projectInfo.isSrcDir ? "src/index.css" : "index.css"),
|