fix: rename flappy-bird package and use preview instead of start

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yunfei He
2026-05-24 21:47:26 +08:00
parent abfdf89e3e
commit 48ff01a0f9
+2 -2
View File
@@ -1,11 +1,11 @@
{ {
"name": "@vue-tui/example-basic", "name": "@vue-tui/example-flappy-bird",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "vite build", "build": "vite build",
"start": "vite build && node dist/game.mjs" "preview": "vite build && node dist/game.mjs"
}, },
"dependencies": { "dependencies": {
"@vue-tui/runtime": "workspace:*", "@vue-tui/runtime": "workspace:*",