Skip to content

Commit 513ccd1

Browse files
committed
Build
1 parent c4a9c9a commit 513ccd1

File tree

12 files changed

+22
-26
lines changed

12 files changed

+22
-26
lines changed

build/consts_hello_world.qtpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
<head>
2222
<title>Datastar SDK Demo</title>
2323
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
24-
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@release-candidate/bundles/datastar.js"></script>
24+
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@main/bundles/datastar.js"></script>
2525
</head>
2626
<body class="bg-white dark:bg-gray-900 text-lg max-w-xl mx-auto my-16">
2727
<div data-signals-delay="400" class="bg-white dark:bg-gray-800 text-gray-500 dark:text-gray-400 rounded-lg px-6 py-8 ring shadow-xl ring-gray-900/5 space-y-2">
2828
<div class="flex justify-between items-center">
2929
<h1 class="text-gray-900 dark:text-white text-3xl font-semibold">
3030
Datastar SDK Demo
3131
</h1>
32-
<img src="https://data-star.dev/static/images/rocket.png" alt="Rocket" width="64" height="64"/>
32+
<img src="https://data-star.dev/static/images/rocket-64x64.png" alt="Rocket" width="64" height="64"/>
3333
</div>
3434
<p class="mt-2">
3535
SSE events will be streamed from the backend to the frontend.

build/run.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ func writeOutConsts(version string) error {
7878
})
7979

8080
templates := map[string]func(data *ConstTemplateData) string{
81-
"README.md": datastarREADME,
82-
"library/README.md": datastarREADME,
83-
"library/src/engine/consts.ts": datastarClientConsts,
84-
"library/package.json": datastarClientPackageJSON,
8581
"sdk/clojure/sdk/src/main/starfederation/datastar/clojure/consts.clj": clojureConsts,
8682
"sdk/go/datastar/consts.go": goConsts,
8783
"sdk/dotnet/fsharp/src/Consts.fs": fsharpConsts,

examples/clojure/hello-world/resources/public/hello-world.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<title>Datastar SDK Demo</title>
77
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
8-
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@release-candidate/bundles/datastar.js"></script>
8+
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@main/bundles/datastar.js"></script>
99
</head>
1010
<body class="bg-white dark:bg-gray-900 text-lg max-w-xl mx-auto my-16">
1111
<div data-signals-delay="400" class="bg-white dark:bg-gray-800 text-gray-500 dark:text-gray-400 rounded-lg px-6 py-8 ring shadow-xl ring-gray-900/5 space-y-2">
1212
<div class="flex justify-between items-center">
1313
<h1 class="text-gray-900 dark:text-white text-3xl font-semibold">
1414
Datastar SDK Demo
1515
</h1>
16-
<img src="https://data-star.dev/static/images/rocket.png" alt="Rocket" width="64" height="64"/>
16+
<img src="https://data-star.dev/static/images/rocket-64x64.png" alt="Rocket" width="64" height="64"/>
1717
</div>
1818
<p class="mt-2">
1919
SSE events will be streamed from the backend to the frontend.

examples/dotnet/csharp/HelloWorld/wwwroot/hello-world.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<title>Datastar SDK Demo</title>
77
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
8-
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@release-candidate/bundles/datastar.js"></script>
8+
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@main/bundles/datastar.js"></script>
99
</head>
1010
<body class="bg-white dark:bg-gray-900 text-lg max-w-xl mx-auto my-16">
1111
<div data-signals-delay="400" class="bg-white dark:bg-gray-800 text-gray-500 dark:text-gray-400 rounded-lg px-6 py-8 ring shadow-xl ring-gray-900/5 space-y-2">
1212
<div class="flex justify-between items-center">
1313
<h1 class="text-gray-900 dark:text-white text-3xl font-semibold">
1414
Datastar SDK Demo
1515
</h1>
16-
<img src="https://data-star.dev/static/images/rocket.png" alt="Rocket" width="64" height="64"/>
16+
<img src="https://data-star.dev/static/images/rocket-64x64.png" alt="Rocket" width="64" height="64"/>
1717
</div>
1818
<p class="mt-2">
1919
SSE events will be streamed from the backend to the frontend.

examples/dotnet/fsharp/HelloWorld/wwwroot/hello-world.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<title>Datastar SDK Demo</title>
77
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
8-
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@release-candidate/bundles/datastar.js"></script>
8+
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@main/bundles/datastar.js"></script>
99
</head>
1010
<body class="bg-white dark:bg-gray-900 text-lg max-w-xl mx-auto my-16">
1111
<div data-signals-delay="400" class="bg-white dark:bg-gray-800 text-gray-500 dark:text-gray-400 rounded-lg px-6 py-8 ring shadow-xl ring-gray-900/5 space-y-2">
1212
<div class="flex justify-between items-center">
1313
<h1 class="text-gray-900 dark:text-white text-3xl font-semibold">
1414
Datastar SDK Demo
1515
</h1>
16-
<img src="https://data-star.dev/static/images/rocket.png" alt="Rocket" width="64" height="64"/>
16+
<img src="https://data-star.dev/static/images/rocket-64x64.png" alt="Rocket" width="64" height="64"/>
1717
</div>
1818
<p class="mt-2">
1919
SSE events will be streamed from the backend to the frontend.

examples/go/hello-world/hello-world.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<title>Datastar SDK Demo</title>
77
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
8-
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@release-candidate/bundles/datastar.js"></script>
8+
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@main/bundles/datastar.js"></script>
99
</head>
1010
<body class="bg-white dark:bg-gray-900 text-lg max-w-xl mx-auto my-16">
1111
<div data-signals-delay="400" class="bg-white dark:bg-gray-800 text-gray-500 dark:text-gray-400 rounded-lg px-6 py-8 ring shadow-xl ring-gray-900/5 space-y-2">
1212
<div class="flex justify-between items-center">
1313
<h1 class="text-gray-900 dark:text-white text-3xl font-semibold">
1414
Datastar SDK Demo
1515
</h1>
16-
<img src="https://data-star.dev/static/images/rocket.png" alt="Rocket" width="64" height="64"/>
16+
<img src="https://data-star.dev/static/images/rocket-64x64.png" alt="Rocket" width="64" height="64"/>
1717
</div>
1818
<p class="mt-2">
1919
SSE events will be streamed from the backend to the frontend.

examples/php/hello-world/public/hello-world.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<title>Datastar SDK Demo</title>
77
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
8-
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@release-candidate/bundles/datastar.js"></script>
8+
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@main/bundles/datastar.js"></script>
99
</head>
1010
<body class="bg-white dark:bg-gray-900 text-lg max-w-xl mx-auto my-16">
1111
<div data-signals-delay="400" class="bg-white dark:bg-gray-800 text-gray-500 dark:text-gray-400 rounded-lg px-6 py-8 ring shadow-xl ring-gray-900/5 space-y-2">
1212
<div class="flex justify-between items-center">
1313
<h1 class="text-gray-900 dark:text-white text-3xl font-semibold">
1414
Datastar SDK Demo
1515
</h1>
16-
<img src="https://data-star.dev/static/images/rocket.png" alt="Rocket" width="64" height="64"/>
16+
<img src="https://data-star.dev/static/images/rocket-64x64.png" alt="Rocket" width="64" height="64"/>
1717
</div>
1818
<p class="mt-2">
1919
SSE events will be streamed from the backend to the frontend.

examples/ruby/hello-world/hello-world.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<title>Datastar SDK Demo</title>
77
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
8-
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@release-candidate/bundles/datastar.js"></script>
8+
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@main/bundles/datastar.js"></script>
99
</head>
1010
<body class="bg-white dark:bg-gray-900 text-lg max-w-xl mx-auto my-16">
1111
<div data-signals-delay="400" class="bg-white dark:bg-gray-800 text-gray-500 dark:text-gray-400 rounded-lg px-6 py-8 ring shadow-xl ring-gray-900/5 space-y-2">
1212
<div class="flex justify-between items-center">
1313
<h1 class="text-gray-900 dark:text-white text-3xl font-semibold">
1414
Datastar SDK Demo
1515
</h1>
16-
<img src="https://data-star.dev/static/images/rocket.png" alt="Rocket" width="64" height="64"/>
16+
<img src="https://data-star.dev/static/images/rocket-64x64.png" alt="Rocket" width="64" height="64"/>
1717
</div>
1818
<p class="mt-2">
1919
SSE events will be streamed from the backend to the frontend.

examples/rust/axum/hello-world/hello-world.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<title>Datastar SDK Demo</title>
77
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
8-
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@release-candidate/bundles/datastar.js"></script>
8+
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@main/bundles/datastar.js"></script>
99
</head>
1010
<body class="bg-white dark:bg-gray-900 text-lg max-w-xl mx-auto my-16">
1111
<div data-signals-delay="400" class="bg-white dark:bg-gray-800 text-gray-500 dark:text-gray-400 rounded-lg px-6 py-8 ring shadow-xl ring-gray-900/5 space-y-2">
1212
<div class="flex justify-between items-center">
1313
<h1 class="text-gray-900 dark:text-white text-3xl font-semibold">
1414
Datastar SDK Demo
1515
</h1>
16-
<img src="https://data-star.dev/static/images/rocket.png" alt="Rocket" width="64" height="64"/>
16+
<img src="https://data-star.dev/static/images/rocket-64x64.png" alt="Rocket" width="64" height="64"/>
1717
</div>
1818
<p class="mt-2">
1919
SSE events will be streamed from the backend to the frontend.

examples/rust/rocket/hello-world/hello-world.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<title>Datastar SDK Demo</title>
77
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
8-
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@release-candidate/bundles/datastar.js"></script>
8+
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@main/bundles/datastar.js"></script>
99
</head>
1010
<body class="bg-white dark:bg-gray-900 text-lg max-w-xl mx-auto my-16">
1111
<div data-signals-delay="400" class="bg-white dark:bg-gray-800 text-gray-500 dark:text-gray-400 rounded-lg px-6 py-8 ring shadow-xl ring-gray-900/5 space-y-2">
1212
<div class="flex justify-between items-center">
1313
<h1 class="text-gray-900 dark:text-white text-3xl font-semibold">
1414
Datastar SDK Demo
1515
</h1>
16-
<img src="https://data-star.dev/static/images/rocket.png" alt="Rocket" width="64" height="64"/>
16+
<img src="https://data-star.dev/static/images/rocket-64x64.png" alt="Rocket" width="64" height="64"/>
1717
</div>
1818
<p class="mt-2">
1919
SSE events will be streamed from the backend to the frontend.

0 commit comments

Comments
 (0)