Skip to content

Commit

Permalink
fix: telemetry URL (#362)
Browse files Browse the repository at this point in the history
* fix: telemetry URL

* 1.17.5
  • Loading branch information
BatuhanW authored Sep 18, 2023
1 parent 56cf679 commit 671d16e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superplate-cli",
"version": "1.17.4",
"version": "1.17.5",
"description": "The frontend boilerplate with superpowers",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/saofile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ const saoConfig: GeneratorConfig = {

if (!sao.opts.extras.apiMode && !sao.opts.extras.disableTelemetry) {
try {
await fetch("http://telemetry.refine.dev/superplate", {
await fetch("https://telemetry.refine.dev/superplate", {
method: "POST",
body: JSON.stringify({
event: "generate",
Expand Down

0 comments on commit 671d16e

Please sign in to comment.