fix script tag in repl mode

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 01bd1d26c1
commit df990cd731
2 changed files with 9 additions and 14 deletions

View File

@@ -1,7 +1,4 @@
{
"non-interactive": true,
"buildCommand": "npm run bundle",
"src": {
"tag": "false"
}
"buildCommand": "npm run bundle"
}