feat: add Supernova and Solar BMS tables (#1387)

* fix: fix line causing sync-bms-tablefolders to error?

* feat: add supernova and solar BMS tables
This commit is contained in:
lyaria
2025-11-15 12:00:32 +00:00
committed by GitHub
parent 4341592bb8
commit fe3f3235ab
4 changed files with 540 additions and 2 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ function seeds
set selected_file (fd -e ts -e js --strip-cwd-prefix | $fzfcmd)
if test -n "$selected_file"
set cmd "ts-node ./$selected_file"
set cmd ts-node "./$selected_file"
echo $cmd
$cmd