summaryrefslogtreecommitdiffstats
path: root/sticker.pinapelz.moe/esinstall.js
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-05-27 00:53:18 -0700
committerPinapelz <yukais@pinapelz.com>2026-05-27 00:55:26 -0700
commit36e053f4f0a2f63c08f7c28b9492c067f1ca42bc (patch)
treec28973073c8e26775ee4d18d1016df44afdfeceb /sticker.pinapelz.moe/esinstall.js
parenta01e0666fd66c367745cdaff76fcd6ea7568c31c (diff)
migrate pinapelz.moe -> pinapelz.com
Diffstat (limited to 'sticker.pinapelz.moe/esinstall.js')
-rw-r--r--sticker.pinapelz.moe/esinstall.js23
1 files changed, 0 insertions, 23 deletions
diff --git a/sticker.pinapelz.moe/esinstall.js b/sticker.pinapelz.moe/esinstall.js
deleted file mode 100644
index 8cb5682..0000000
--- a/sticker.pinapelz.moe/esinstall.js
+++ /dev/null
@@ -1,23 +0,0 @@
-const { install, printStats } = require("esinstall")
-
-install(
- [{
- specifier: "htm/preact",
- all: false,
- default: false,
- namespace: false,
- named: ["html", "render", "Component"],
- }],
- {
- dest: "./lib",
- sourceMap: false,
- treeshake: true,
- verbose: true,
- }
-).then(data => {
- const oldPrefix = "web_modules/"
- const newPrefix = "lib/"
- const spaces = " ".repeat(oldPrefix.length - newPrefix.length)
- console.log("Installation complete")
- console.log(printStats(data.stats).replace(oldPrefix, newPrefix + spaces))
-})
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage