diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-25 15:47:14 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-05-06 04:21:54 +1000 |
| commit | 7984d2ecd4bdba7061429f98fdfae88f44f4a358 (patch) | |
| tree | 70dcda52dbd0cd955a1857442ceb0e0ae1f189b2 /Properties/launchSettings.json | |
v0.13av0.13a
Diffstat (limited to 'Properties/launchSettings.json')
| -rw-r--r-- | Properties/launchSettings.json | 10 |
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 |
