chore: add changelog helper and unreleased notes

This commit is contained in:
2026-06-18 00:49:30 +01:00
parent ca58c2ddd4
commit a4c928345c
3 changed files with 92 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@
"dev:web": "cd website && pnpm dev",
"build:app:cpu": "tauri build -- --no-default-features",
"build:app:cuda": "tauri build --config src-tauri/tauri.cuda.conf.json",
"changelog:add": "node tools/changelog-add.mjs",
"dev:vite": "vite",
"preview": "vite preview",
"tauri": "tauri"