wip: Add build to repo for debugging purposes

This should be removed before merging. The only reason I'm doing this is
because Github actions provides no other way for me to test this action at
the scale that we need. If you are reading this past the v2.0 release,
then something went terribly wrong.
This commit is contained in:
Thomas A. Christensen II 2024-02-02 21:49:13 -06:00
parent 65a3486a82
commit ad89639887
Signed by: millironx
GPG key ID: B7044A3432851F64
5 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View file

@ -89,7 +89,9 @@ out
# Nuxt.js build / generate output # Nuxt.js build / generate output
.nuxt .nuxt
dist # TODO: Remove the dist folder again after merging
# This folder is only committed right now to allow for remote testing
#dist
# Gatsby files # Gatsby files
.cache/ .cache/

BIN
dist/LICENSE generated vendored Normal file

Binary file not shown.

BIN
dist/index.js generated vendored Normal file

Binary file not shown.

BIN
dist/index.js.map generated vendored Normal file

Binary file not shown.

BIN
dist/sourcemap-register.js generated vendored Normal file

Binary file not shown.