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:
@@ -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:*",
|
||||||
|
|||||||
Reference in New Issue
Block a user