Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Everything except the auto account manager works.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Mar 31, 2023
1 parent 98fe321 commit 5a201c2
Show file tree
Hide file tree
Showing 9 changed files with 474 additions and 38 deletions.
4 changes: 2 additions & 2 deletions dist/web.js.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sh/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rm -rv dist/*.js
rm -rv dist/*.mjs
rm -rv dist/*.map
# Build some files ahead of the time
shx live web --minify > /dev/null
shx live web ${1:---minify} > /dev/null
mv proxy/web.js dist/web.js.txt
# Using esbuild to build all JS files
#esbuild --bundle src/index.js --outfile=dist/index.js --minify --sourcemap
Expand Down
Loading

0 comments on commit 5a201c2

Please sign in to comment.