move nak-web into a separate repository.

This commit is contained in:
fiatjaf
2023-10-29 23:38:19 -03:00
parent 85d658bdd4
commit c5573410df
15 changed files with 0 additions and 826 deletions

View File

@@ -1,13 +0,0 @@
build-prod:
sbt fullLinkJS/esBuild
cloudflare:
rm -fr cf
mkdir -p cf/target/esbuild
cp index.html cf/
cp favicon.ico cf/
cp target/esbuild/bundle.js cf/target/esbuild
wrangler pages publish cf --project-name nostr-army-knife --branch master
rm -fr cf
build-and-deploy: build-prod cloudflare