summaryrefslogtreecommitdiff
path: root/Properties
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-25 15:47:14 +1000
committerJake Mannens <jake@asger.xyz>2026-05-06 04:21:54 +1000
commit7984d2ecd4bdba7061429f98fdfae88f44f4a358 (patch)
tree70dcda52dbd0cd955a1857442ceb0e0ae1f189b2 /Properties
v0.13av0.13a
Diffstat (limited to 'Properties')
-rw-r--r--Properties/launchSettings.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json
new file mode 100644
index 0000000..64c63b2
--- /dev/null
+++ b/Properties/launchSettings.json
@@ -0,0 +1,10 @@
+{
+ "profiles": {
+ "PowerShell": {
+ "commandName": "Executable",
+ "executablePath": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
+ "commandLineArgs": "-NoExit -Command \"Import-Module '.\\HyperBooru.PowerShell.dll'; cd ~;$s = Connect-HyperBooruSession -SkipCertificateCheck -BaseUrl 'http://127.0.0.1:7132' -Credential ([PSCredential]::new('admin',(ConvertTo-SecureString -AsPlainText -Force 'admin')))\"",
+ "nativeDebugging": false
+ }
+ }
+} \ No newline at end of file