diff --git a/.vscode/launch.json b/.vscode/launch.json index 7380bfe..23de613 100755 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,31 +2,31 @@ "version": "0.2.0", "configurations": [ { - "name": "Wails: Production vastop", + "name": "Wails: Production vastly", "type": "go", "request": "launch", "mode": "exec", - "program": "${workspaceFolder}/build/bin/vastop.exe", + "program": "${workspaceFolder}/build/bin/vastly.exe", "preLaunchTask": "build", "cwd": "${workspaceFolder}" }, { - "name": "Wails: Debug vastop", + "name": "Wails: Debug vastly", "type": "go", "request": "launch", "mode": "exec", - "program": "${workspaceFolder}/build/bin/vastop.exe", + "program": "${workspaceFolder}/build/bin/vastly.exe", "preLaunchTask": "build debug", "cwd": "${workspaceFolder}" }, { - "name": "Wails: Dev vastop", + "name": "Wails: Dev vastly", "type": "go", "request": "launch", "mode": "exec", - "program": "${workspaceFolder}/build/bin/vastop.exe", + "program": "${workspaceFolder}/build/bin/vastly.exe", "preLaunchTask": "build dev", "cwd": "${workspaceFolder}" } ] -} \ No newline at end of file +} diff --git a/.vscode/settings.json b/.vscode/settings.json index 5b92f23..4c6ccf3 100755 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "cSpell.words": ["quickvast", "vmem"], + "cSpell.words": ["vastly", "vmem"], "cSpell.ignorePaths": [ "package-lock.json", "node_modules", diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 006251c..b901a47 100755 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -33,7 +33,7 @@ "-gcflags", "all=-N -l", "-o", - "build/bin/vastop.exe" + "build/bin/vastly.exe" ] }, { @@ -68,7 +68,7 @@ "-gcflags", "all=-N -l", "-o", - "build/bin/vastop.exe" + "build/bin/vastly.exe" ] }, { @@ -103,9 +103,8 @@ "-gcflags", "all=-N -l", "-o", - "build/bin/vastop.exe" + "build/bin/vastly.exe" ] } ] } - \ No newline at end of file diff --git a/api/go.mod b/api/go.mod index 9b754aa..1f68b6e 100755 --- a/api/go.mod +++ b/api/go.mod @@ -1,3 +1,3 @@ -module xevion.dev/quickvast/api +module xevion.dev/vastly/api go 1.23.3 diff --git a/app.go b/app.go index 0fd4076..c8bd865 100755 --- a/app.go +++ b/app.go @@ -7,7 +7,7 @@ import ( "github.com/joho/godotenv" "go.uber.org/zap" - "xevion.dev/quickvast/api" + "xevion.dev/vastly/api" ) // App struct diff --git a/frontend/index.html b/frontend/index.html index 815ec91..9dff091 100755 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,13 +1,12 @@ -
- - -