Skip to content

Commit 037a2bf

Browse files
Scramjet 🚀
1 parent fcbf8d2 commit 037a2bf

File tree

9 files changed

+227
-57
lines changed

9 files changed

+227
-57
lines changed

astro.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import { fileURLToPath } from "node:url";
22
import node from "@astrojs/node";
33
import svelte from "@astrojs/svelte";
44
import tailwind from "@astrojs/tailwind";
5-
import sitemap from "@astrojs/sitemap";
65
import { baremuxPath } from "@mercuryworkshop/bare-mux/node";
76
import { epoxyPath } from "@mercuryworkshop/epoxy-transport";
87
import { libcurlPath } from "@mercuryworkshop/libcurl-transport";
98
import playformCompress from "@playform/compress";
109
import { uvPath } from "@titaniumnetwork-dev/ultraviolet";
10+
import { scramjetPath } from "@mercuryworkshop/scramjet";
1111
import icon from "astro-icon";
1212
import { defineConfig, envField } from "astro/config";
1313
import { viteStaticCopy } from "vite-plugin-static-copy";
@@ -74,6 +74,11 @@ export default defineConfig({
7474
dest: "libcurl",
7575
overwrite: false
7676
},
77+
{
78+
src: `${scramjetPath}/**/*`.replace(/\\/g, "/"),
79+
dest: "scram",
80+
overwrite: false
81+
},
7782
{
7883
src: `${baremuxPath}/**/*`.replace(/\\/g, "/"),
7984
dest: "baremux",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"@mercuryworkshop/libcurl-transport": "^1.3.15",
3535
"@playform/compress": "^0.1.6",
3636
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
37+
"@mercuryworkshop/scramjet": "https://github.com/MercuryWorkshop/scramjet/releases/download/latest/mercuryworkshop-scramjet-1.0.2-dev.tgz",
3738
"@types/node": "^22.10.2",
3839
"@types/sequelize": "^4.28.20",
3940
"astro": "^5.1.1",

pnpm-lock.yaml

Lines changed: 113 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)