fix: sửa lỗi cho AI thực hiện tạo MIDI

This commit is contained in:
2026-07-23 18:19:12 +07:00
parent b46a2c45f2
commit 055f351a17
8 changed files with 192 additions and 18 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "sonicforge-studio",
"private": true,
"scripts": {
"build": "babel app/static/js/app.jsx -o app/static/js/app.precompiled.js"
"build": "babel app/static/js/app.jsx --config-file ./babel.config.json -o app/static/js/app.precompiled.js"
},
"dependencies": {
"@babel/cli": "^8.0.4",