feat: new CLI, Styles and more (#637)

This commit is contained in:
shadcn
2023-06-22 22:44:52 +04:00
committed by GitHub
parent 3d717f992b
commit eeb17545a1
658 changed files with 23389 additions and 4729 deletions

View File

@@ -8,8 +8,9 @@
"NEXT_PUBLIC_APP_URL",
"UPSTASH_REDIS_REST_URL",
"UPSTASH_REDIS_REST_TOKEN",
"COMPONENTS_BASE_URL",
"npm_config_user_agent"
"COMPONENTS_REGISTRY_URL",
"npm_config_user_agent",
"https_proxy"
],
"outputs": ["dist/**", ".next/**"]
},
@@ -42,6 +43,10 @@
},
"check": {
"cache": false
},
"test": {
"cache": false,
"outputs": []
}
}
}