From ad97d4350c55055c3fcf084915a0a067c09939da Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 12 Apr 2024 15:52:26 +0100 Subject: [Embeds] Create vite project and add to build pipeline (#3448) * add bskyembed vite app * create build script (temp until embedr is ready) --- bskyembed/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bskyembed/index.html (limited to 'bskyembed/index.html') diff --git a/bskyembed/index.html b/bskyembed/index.html new file mode 100644 index 000000000..1c6e2a417 --- /dev/null +++ b/bskyembed/index.html @@ -0,0 +1,12 @@ + + + + + + Vite App + + +
+ + + -- cgit 1.4.1