From 4d3579ca9876d3ca6612589d116c3a300a60b446 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 07 Jun 2023 02:48:37 +0000
Subject: [PATCH] darkmode scripts
---
quartz/bootstrap-cli.mjs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/quartz/bootstrap-cli.mjs b/quartz/bootstrap-cli.mjs
index be6270e..f9b5304 100755
--- a/quartz/bootstrap-cli.mjs
+++ b/quartz/bootstrap-cli.mjs
@@ -74,6 +74,7 @@
const transpiled = await esbuild.build({
stdin: {
contents: text,
+ loader: 'ts',
sourcefile: path.relative(path.resolve('.'), args.path),
},
write: false,
--
Gitblit v1.10.0