fix: zoom in lỗi nền trắng

This commit is contained in:
2026-07-20 21:47:24 +07:00
parent 83dc97e788
commit ffdb4806f8
9 changed files with 19306 additions and 7609 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "sonicforge-studio",
"private": true,
"scripts": {
"build": "babel app/static/js/app.jsx --presets=@babel/preset-react -o app/static/js/app.precompiled.js"
},
"dependencies": {
"@babel/cli": "^8.0.4",
"@babel/core": "^8.0.1",
"@babel/preset-react": "^8.0.1"
}
}