diff options
author | Emma [it/its]@Rory& <root@rory.gay> | 2023-10-11 12:45:44 +0200 |
---|---|---|
committer | Emma [it/its]@Rory& <root@rory.gay> | 2023-10-11 12:45:44 +0200 |
commit | e30d12515e00347be2e8adb9e6dcde2ec49b3642 (patch) | |
tree | 3a142b5be07809cfb6d5ffa8ce78f1664c652105 /run | |
parent | Initial commit (diff) | |
download | OsuFederatedBeatmapApi-e30d12515e00347be2e8adb9e6dcde2ec49b3642.tar.xz |
Changes?
Diffstat (limited to 'run')
-rwxr-xr-x | run | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/run b/run new file mode 100755 index 0000000..088eefa --- /dev/null +++ b/run @@ -0,0 +1,7 @@ +#!/usr/bin/env nix-shell +#!nix-shell -i "bash -x" -p bash git dotnet-sdk_7 nix-output-monitor +#git add -f OsuFederatedBeatmapApi/appsettings.Local.json +nom build .?submodules=1 +#git rm --cached OsuFederatedBeatmapApi/appsettings.Local.json +cd OsuFederatedBeatmapApi +DOTNET_ENVIRONMENT=Local ../result/bin/OsuFederatedBeatmapApi |