chore(release): bump main to 1.48.0-dev (#992)

* chore(release): bump main to 1.48.0-dev

* chore(nix): sync npmDepsHash with package-lock.json

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-06-05 01:25:52 +02:00
committed by GitHub
parent 2f50a1bade
commit 76dd5c2087
6 changed files with 18 additions and 14 deletions
+6 -2
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Psysonic",
"version": "1.47.0-dev",
"version": "1.48.0-dev",
"identifier": "dev.psysonic.player",
"build": {
"beforeDevCommand": "npm run dev",
@@ -30,7 +30,11 @@
"csp": "default-src 'self' 'unsafe-inline' 'unsafe-eval' ipc: http://ipc.localhost tauri:; connect-src 'self' ipc: http://ipc.localhost tauri: https: http: ws: wss:; img-src 'self' asset: http://asset.localhost https: http: data: blob:; media-src 'self' asset: http://asset.localhost https: http: data: blob:;",
"assetProtocol": {
"enable": true,
"scope": ["$APPDATA/**", "$APPLOCALDATA/**", "$DATA/**"]
"scope": [
"$APPDATA/**",
"$APPLOCALDATA/**",
"$DATA/**"
]
}
}
},