create-pixi-vn 2.0.10 → 2.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template-react-vite-muijoy/.vscode/launch.json +2 -4
- package/template-react-vite-muijoy/.vscode/tasks.json +24 -5
- package/template-react-vite-muijoy/package-lock.json +95 -78
- package/template-react-vite-muijoy/package.json +2 -2
- package/template-react-vite-muijoy-ink/.vscode/extensions.json +1 -2
- package/template-react-vite-muijoy-ink/.vscode/launch.json +2 -4
- package/template-react-vite-muijoy-ink/.vscode/settings.json +1 -6
- package/template-react-vite-muijoy-ink/.vscode/tasks.json +24 -5
- package/template-react-vite-muijoy-ink/_gitignore +0 -1
- package/template-react-vite-muijoy-ink/package-lock.json +99 -307
- package/template-react-vite-muijoy-ink/package.json +3 -5
- package/template-react-vite-muijoy-ink/src/App.tsx +25 -25
- package/template-react-vite-muijoy-ink/src/assets/index.ts +4 -2
- package/template-react-vite-muijoy-ink/src/assets/ink-manifest.gen.json +1 -4
- package/template-react-vite-muijoy-ink/src/content/labels/second.label.ts +1207 -0
- package/template-react-vite-muijoy-ink/src/content/labels/start.label.ts +566 -0
- package/template-react-vite-muijoy-ink/src/lib/i18n.ts +1 -22
- package/template-react-vite-muijoy-ink/src/pixi-vn-keys.gen.d.ts +0 -2
- package/template-react-vite-muijoy-ink/src/routes/__root.tsx +0 -4
- package/template-react-vite-muijoy-ink/vite.config.ts +0 -6
- package/template-react-vite-muijoy-ink-tauri/.assetpack.ts +0 -9
- package/template-react-vite-muijoy-ink-tauri/.vscode/extensions.json +1 -5
- package/template-react-vite-muijoy-ink-tauri/.vscode/launch.json +2 -15
- package/template-react-vite-muijoy-ink-tauri/.vscode/settings.json +1 -6
- package/template-react-vite-muijoy-ink-tauri/.vscode/tasks.json +23 -51
- package/template-react-vite-muijoy-ink-tauri/README.md +3 -3
- package/template-react-vite-muijoy-ink-tauri/_gitignore +0 -11
- package/template-react-vite-muijoy-ink-tauri/package-lock.json +99 -557
- package/template-react-vite-muijoy-ink-tauri/package.json +4 -15
- package/template-react-vite-muijoy-ink-tauri/src/App.tsx +25 -25
- package/template-react-vite-muijoy-ink-tauri/src/assets/index.ts +4 -2
- package/template-react-vite-muijoy-ink-tauri/src/assets/ink-manifest.gen.json +1 -4
- package/template-react-vite-muijoy-ink-tauri/src/components/menus/main-menu.tsx +1 -16
- package/template-react-vite-muijoy-ink-tauri/src/components/menus/settings/quick-menus.tsx +1 -17
- package/template-react-vite-muijoy-ink-tauri/src/components/menus/settings/system-controls.tsx +1 -11
- package/template-react-vite-muijoy-ink-tauri/src/content/labels/second.label.ts +1207 -0
- package/template-react-vite-muijoy-ink-tauri/src/content/labels/start.label.ts +566 -0
- package/template-react-vite-muijoy-ink-tauri/src/lib/i18n.ts +1 -22
- package/template-react-vite-muijoy-ink-tauri/src/lib/query/settings-query.ts +1 -7
- package/template-react-vite-muijoy-ink-tauri/src/pixi-vn-keys.gen.d.ts +0 -2
- package/template-react-vite-muijoy-ink-tauri/src/routes/__root.tsx +0 -4
- package/template-react-vite-muijoy-ink-tauri/vite.config.ts +0 -30
- package/template-react-vite-muijoy-tauri/.assetpack.ts +0 -9
- package/template-react-vite-muijoy-tauri/.vscode/extensions.json +1 -4
- package/template-react-vite-muijoy-tauri/.vscode/launch.json +2 -15
- package/template-react-vite-muijoy-tauri/.vscode/tasks.json +23 -51
- package/template-react-vite-muijoy-tauri/README.md +3 -3
- package/template-react-vite-muijoy-tauri/_gitignore +0 -10
- package/template-react-vite-muijoy-tauri/package-lock.json +95 -328
- package/template-react-vite-muijoy-tauri/package.json +3 -12
- package/template-react-vite-muijoy-tauri/src/components/menus/main-menu.tsx +1 -16
- package/template-react-vite-muijoy-tauri/src/components/menus/settings/quick-menus.tsx +1 -17
- package/template-react-vite-muijoy-tauri/src/components/menus/settings/system-controls.tsx +1 -11
- package/template-react-vite-muijoy-tauri/src/lib/query/settings-query.ts +1 -7
- package/template-react-vite-muijoy-tauri/vite.config.ts +0 -24
- package/template-react-vite-muijoy-ink/ink/second_part.ink +0 -571
- package/template-react-vite-muijoy-ink/ink/start.ink +0 -214
- package/template-react-vite-muijoy-ink/src/content/ink/hashtag-commands.ts +0 -38
- package/template-react-vite-muijoy-ink/src/content/ink/text-replaces.ts +0 -19
- package/template-react-vite-muijoy-ink/src/lib/hooks/ink-hooks.tsx +0 -12
- package/template-react-vite-muijoy-ink-tauri/_github/workflows/desktop.yml +0 -188
- package/template-react-vite-muijoy-ink-tauri/_github/workflows/mobile.yml +0 -270
- package/template-react-vite-muijoy-ink-tauri/ink/second_part.ink +0 -571
- package/template-react-vite-muijoy-ink-tauri/ink/start.ink +0 -214
- package/template-react-vite-muijoy-ink-tauri/src/content/ink/hashtag-commands.ts +0 -55
- package/template-react-vite-muijoy-ink-tauri/src/content/ink/text-replaces.ts +0 -19
- package/template-react-vite-muijoy-ink-tauri/src/lib/hooks/ink-hooks.tsx +0 -12
- package/template-react-vite-muijoy-ink-tauri/src/lib/hooks/quit-hooks.ts +0 -24
- package/template-react-vite-muijoy-ink-tauri/src/lib/steam.ts +0 -143
- package/template-react-vite-muijoy-ink-tauri/src-tauri/Cargo.toml +0 -50
- package/template-react-vite-muijoy-ink-tauri/src-tauri/build.rs +0 -46
- package/template-react-vite-muijoy-ink-tauri/src-tauri/capabilities/default.json +0 -21
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/128x128.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/128x128@2x.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/32x32.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square107x107Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square142x142Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square150x150Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square284x284Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square30x30Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square310x310Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square44x44Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square71x71Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square89x89Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/StoreLogo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/icon.icns +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/icon.ico +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/icon.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/src/lib.rs +0 -64
- package/template-react-vite-muijoy-ink-tauri/src-tauri/src/main.rs +0 -6
- package/template-react-vite-muijoy-ink-tauri/src-tauri/src/steam.rs +0 -238
- package/template-react-vite-muijoy-ink-tauri/src-tauri/tauri.conf.json +0 -50
- package/template-react-vite-muijoy-tauri/_github/workflows/desktop.yml +0 -188
- package/template-react-vite-muijoy-tauri/_github/workflows/mobile.yml +0 -270
- package/template-react-vite-muijoy-tauri/src/lib/hooks/quit-hooks.ts +0 -24
- package/template-react-vite-muijoy-tauri/src/lib/steam.ts +0 -143
- package/template-react-vite-muijoy-tauri/src-tauri/Cargo.toml +0 -50
- package/template-react-vite-muijoy-tauri/src-tauri/build.rs +0 -46
- package/template-react-vite-muijoy-tauri/src-tauri/capabilities/default.json +0 -21
- package/template-react-vite-muijoy-tauri/src-tauri/icons/128x128.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/128x128@2x.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/32x32.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square107x107Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square142x142Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square150x150Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square284x284Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square30x30Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square310x310Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square44x44Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square71x71Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square89x89Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/StoreLogo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/icon.icns +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/icon.ico +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/icon.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/src/lib.rs +0 -64
- package/template-react-vite-muijoy-tauri/src-tauri/src/main.rs +0 -6
- package/template-react-vite-muijoy-tauri/src-tauri/src/steam.rs +0 -238
- package/template-react-vite-muijoy-tauri/src-tauri/tauri.conf.json +0 -50
package/package.json
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
"type": "editor-browser",
|
|
8
8
|
"url": "http://localhost:5173",
|
|
9
9
|
"webRoot": "${workspaceFolder}",
|
|
10
|
-
"preLaunchTask": "
|
|
11
|
-
"postDebugTask": "Stop Vite Dev Server"
|
|
10
|
+
"preLaunchTask": "Restart Vite Dev Server"
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"name": "Debug Game (Chrome)",
|
|
@@ -16,8 +15,7 @@
|
|
|
16
15
|
"type": "chrome",
|
|
17
16
|
"url": "http://localhost:5173",
|
|
18
17
|
"webRoot": "${workspaceFolder}",
|
|
19
|
-
"preLaunchTask": "
|
|
20
|
-
"postDebugTask": "Stop Vite Dev Server"
|
|
18
|
+
"preLaunchTask": "Restart Vite Dev Server"
|
|
21
19
|
},
|
|
22
20
|
{
|
|
23
21
|
"name": "Debug Game Preview",
|
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
"label": "Install Dependencies",
|
|
6
6
|
"type": "shell",
|
|
7
7
|
"command": "[ -d node_modules ] || npm i",
|
|
8
|
+
"windows": {
|
|
9
|
+
"command": "if (!(Test-Path node_modules)) { npm i }"
|
|
10
|
+
},
|
|
8
11
|
"runOptions": {
|
|
9
12
|
"runOn": "folderOpen"
|
|
10
13
|
},
|
|
@@ -20,7 +23,11 @@
|
|
|
20
23
|
"type": "shell",
|
|
21
24
|
"command": "npm run dev",
|
|
22
25
|
"isBackground": true,
|
|
26
|
+
"runOptions": {
|
|
27
|
+
"runOn": "folderOpen"
|
|
28
|
+
},
|
|
23
29
|
"dependsOn": ["Install Dependencies"],
|
|
30
|
+
"dependsOrder": "sequence",
|
|
24
31
|
"problemMatcher": {
|
|
25
32
|
"owner": "vite",
|
|
26
33
|
"pattern": {
|
|
@@ -29,32 +36,41 @@
|
|
|
29
36
|
"background": {
|
|
30
37
|
"activeOnStart": true,
|
|
31
38
|
"beginsPattern": ".",
|
|
32
|
-
"endsPattern": "Local:\\s+http://localhost
|
|
39
|
+
"endsPattern": "Local:\\s+http://localhost:\\d+/"
|
|
33
40
|
}
|
|
34
41
|
},
|
|
35
42
|
"presentation": {
|
|
36
43
|
"reveal": "always",
|
|
37
44
|
"panel": "dedicated",
|
|
38
|
-
"clear":
|
|
39
|
-
"close":
|
|
45
|
+
"clear": true,
|
|
46
|
+
"close": false
|
|
40
47
|
}
|
|
41
48
|
},
|
|
42
49
|
{
|
|
43
50
|
"label": "Stop Vite Dev Server",
|
|
44
51
|
"type": "shell",
|
|
45
|
-
"command": "
|
|
52
|
+
"command": "kill $(lsof -ti:5173 -sTCP:LISTEN 2>/dev/null) 2>/dev/null; sleep 0.5; true",
|
|
53
|
+
"windows": {
|
|
54
|
+
"command": "$p = Get-NetTCPConnection -LocalPort 5173 -ErrorAction SilentlyContinue | Select-Object -ExpandProperty OwningProcess -Unique; $p | ForEach-Object { Stop-Process -Id $_ -Force -ErrorAction SilentlyContinue }; Start-Sleep -Milliseconds 500"
|
|
55
|
+
},
|
|
46
56
|
"presentation": {
|
|
47
57
|
"reveal": "never",
|
|
48
58
|
"panel": "dedicated",
|
|
49
59
|
"close": true
|
|
50
60
|
}
|
|
51
61
|
},
|
|
62
|
+
{
|
|
63
|
+
"label": "Restart Vite Dev Server",
|
|
64
|
+
"dependsOn": ["Stop Vite Dev Server", "Start Vite Dev Server"],
|
|
65
|
+
"dependsOrder": "sequence"
|
|
66
|
+
},
|
|
52
67
|
{
|
|
53
68
|
"label": "Start Vite Preview Server",
|
|
54
69
|
"type": "shell",
|
|
55
70
|
"command": "npm run preview",
|
|
56
71
|
"isBackground": true,
|
|
57
72
|
"dependsOn": ["Install Dependencies"],
|
|
73
|
+
"dependsOrder": "sequence",
|
|
58
74
|
"problemMatcher": {
|
|
59
75
|
"owner": "vite",
|
|
60
76
|
"pattern": {
|
|
@@ -76,7 +92,10 @@
|
|
|
76
92
|
{
|
|
77
93
|
"label": "Stop Vite Preview Server",
|
|
78
94
|
"type": "shell",
|
|
79
|
-
"command": "
|
|
95
|
+
"command": "kill $(lsof -ti:4173 -sTCP:LISTEN 2>/dev/null) 2>/dev/null; true",
|
|
96
|
+
"windows": {
|
|
97
|
+
"command": "$p = Get-NetTCPConnection -LocalPort 4173 -ErrorAction SilentlyContinue | Select-Object -ExpandProperty OwningProcess -Unique; $p | ForEach-Object { Stop-Process -Id $_ -Force -ErrorAction SilentlyContinue }"
|
|
98
|
+
},
|
|
80
99
|
"presentation": {
|
|
81
100
|
"reveal": "never",
|
|
82
101
|
"panel": "dedicated",
|
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
"i18next-chained-backend": "^5.0.4",
|
|
36
36
|
"i18next-resources-to-backend": "^1.2.1",
|
|
37
37
|
"lucide-react": "^1.17.0",
|
|
38
|
-
"motion": "^12.38.0",
|
|
39
38
|
"next-themes": "^0.4.6",
|
|
40
39
|
"react": "^19.2.6",
|
|
41
40
|
"react-color-palette": "^7.3.1",
|
|
@@ -67,8 +66,8 @@
|
|
|
67
66
|
"@vitejs/plugin-react": "^6.0.2",
|
|
68
67
|
"globals": "^17.6.0",
|
|
69
68
|
"typescript": "~6.0.3",
|
|
70
|
-
"vite": "^8.0.
|
|
71
|
-
"vite-plugin-checker": "
|
|
69
|
+
"vite": "^8.0.16",
|
|
70
|
+
"vite-plugin-checker": "0.14.1",
|
|
72
71
|
"vite-plugin-pwa": "^1.3.0"
|
|
73
72
|
}
|
|
74
73
|
},
|
|
@@ -4282,9 +4281,9 @@
|
|
|
4282
4281
|
"license": "MIT"
|
|
4283
4282
|
},
|
|
4284
4283
|
"node_modules/@oxc-project/types": {
|
|
4285
|
-
"version": "0.
|
|
4286
|
-
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.
|
|
4287
|
-
"integrity": "sha512-
|
|
4284
|
+
"version": "0.133.0",
|
|
4285
|
+
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.133.0.tgz",
|
|
4286
|
+
"integrity": "sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==",
|
|
4288
4287
|
"license": "MIT",
|
|
4289
4288
|
"funding": {
|
|
4290
4289
|
"url": "https://github.com/sponsors/Boshen"
|
|
@@ -4692,9 +4691,9 @@
|
|
|
4692
4691
|
}
|
|
4693
4692
|
},
|
|
4694
4693
|
"node_modules/@rolldown/binding-android-arm64": {
|
|
4695
|
-
"version": "1.0.
|
|
4696
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.
|
|
4697
|
-
"integrity": "sha512-
|
|
4694
|
+
"version": "1.0.3",
|
|
4695
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.3.tgz",
|
|
4696
|
+
"integrity": "sha512-454rs7jHngixp/NMxd5srYD57OnzSlZ/eFTETjORQHLwJG1lRtmNOJcBerZlfu4GjKqeq8aCCIQrMdHyhI51Hw==",
|
|
4698
4697
|
"cpu": [
|
|
4699
4698
|
"arm64"
|
|
4700
4699
|
],
|
|
@@ -4708,9 +4707,9 @@
|
|
|
4708
4707
|
}
|
|
4709
4708
|
},
|
|
4710
4709
|
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
4711
|
-
"version": "1.0.
|
|
4712
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.
|
|
4713
|
-
"integrity": "sha512-
|
|
4710
|
+
"version": "1.0.3",
|
|
4711
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.3.tgz",
|
|
4712
|
+
"integrity": "sha512-PcAhP+ynjURNyy8SKGl5DQP94aGuB/7JrXJb/t7P+hanXvQVMWzUvRRhBAcg/lNRadBhoUPqSoP4xw5tR/KBEA==",
|
|
4714
4713
|
"cpu": [
|
|
4715
4714
|
"arm64"
|
|
4716
4715
|
],
|
|
@@ -4724,9 +4723,9 @@
|
|
|
4724
4723
|
}
|
|
4725
4724
|
},
|
|
4726
4725
|
"node_modules/@rolldown/binding-darwin-x64": {
|
|
4727
|
-
"version": "1.0.
|
|
4728
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.
|
|
4729
|
-
"integrity": "sha512-
|
|
4726
|
+
"version": "1.0.3",
|
|
4727
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.3.tgz",
|
|
4728
|
+
"integrity": "sha512-9YpfeUvSE2RS7wysJ81uOZkXJz7f7Q55H2Gvp3VEw/EsahqDtrphrZ0EwDLK5vvKOzaCrBsjF8JmnMLcUt78Gg==",
|
|
4730
4729
|
"cpu": [
|
|
4731
4730
|
"x64"
|
|
4732
4731
|
],
|
|
@@ -4740,9 +4739,9 @@
|
|
|
4740
4739
|
}
|
|
4741
4740
|
},
|
|
4742
4741
|
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
4743
|
-
"version": "1.0.
|
|
4744
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.
|
|
4745
|
-
"integrity": "sha512-
|
|
4742
|
+
"version": "1.0.3",
|
|
4743
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.3.tgz",
|
|
4744
|
+
"integrity": "sha512-yB1IlAsSNHncV6SCTL27/MVGR5htvQsoGxIv5KMGXALp+Ll1wYsn+x98M9MW7qa+NdSbvrrY7ANI4wLJ0n1e6g==",
|
|
4746
4745
|
"cpu": [
|
|
4747
4746
|
"x64"
|
|
4748
4747
|
],
|
|
@@ -4756,9 +4755,9 @@
|
|
|
4756
4755
|
}
|
|
4757
4756
|
},
|
|
4758
4757
|
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
4759
|
-
"version": "1.0.
|
|
4760
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.
|
|
4761
|
-
"integrity": "sha512-
|
|
4758
|
+
"version": "1.0.3",
|
|
4759
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.3.tgz",
|
|
4760
|
+
"integrity": "sha512-Yi30IVAAfLUCy2MseFjbB1jAMDl1VMCAas5StnYp8da9+CKvMd2H2cbEjWcw5NPaPqzvYkVIaF1nNUG+b7u/sw==",
|
|
4762
4761
|
"cpu": [
|
|
4763
4762
|
"arm"
|
|
4764
4763
|
],
|
|
@@ -4772,12 +4771,15 @@
|
|
|
4772
4771
|
}
|
|
4773
4772
|
},
|
|
4774
4773
|
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
4775
|
-
"version": "1.0.
|
|
4776
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.
|
|
4777
|
-
"integrity": "sha512-
|
|
4774
|
+
"version": "1.0.3",
|
|
4775
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.3.tgz",
|
|
4776
|
+
"integrity": "sha512-jsO7R8To+AdlYgUmN5sHSCZbfhtMBkO0WUx8iORQnPcMMdgr7qM2DQmMwgabs3GhNztdmoKkMKQFHD6DTMCIQw==",
|
|
4778
4777
|
"cpu": [
|
|
4779
4778
|
"arm64"
|
|
4780
4779
|
],
|
|
4780
|
+
"libc": [
|
|
4781
|
+
"glibc"
|
|
4782
|
+
],
|
|
4781
4783
|
"license": "MIT",
|
|
4782
4784
|
"optional": true,
|
|
4783
4785
|
"os": [
|
|
@@ -4788,12 +4790,15 @@
|
|
|
4788
4790
|
}
|
|
4789
4791
|
},
|
|
4790
4792
|
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
4791
|
-
"version": "1.0.
|
|
4792
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.
|
|
4793
|
-
"integrity": "sha512-
|
|
4793
|
+
"version": "1.0.3",
|
|
4794
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.3.tgz",
|
|
4795
|
+
"integrity": "sha512-VWkUHwWriDciit80wleYwKILoR/KMvxh/IdwS/paX+ZgpuRpCrKLUdadJbc0NpBEiyhpYawsJ73j9aCvOH+f7Q==",
|
|
4794
4796
|
"cpu": [
|
|
4795
4797
|
"arm64"
|
|
4796
4798
|
],
|
|
4799
|
+
"libc": [
|
|
4800
|
+
"musl"
|
|
4801
|
+
],
|
|
4797
4802
|
"license": "MIT",
|
|
4798
4803
|
"optional": true,
|
|
4799
4804
|
"os": [
|
|
@@ -4804,12 +4809,15 @@
|
|
|
4804
4809
|
}
|
|
4805
4810
|
},
|
|
4806
4811
|
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
4807
|
-
"version": "1.0.
|
|
4808
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.
|
|
4809
|
-
"integrity": "sha512-
|
|
4812
|
+
"version": "1.0.3",
|
|
4813
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.3.tgz",
|
|
4814
|
+
"integrity": "sha512-5f1laC0SlIR0yDbFCd8acUhvJIag6N3zC5P7oUPN6wX0aOma+uKJ0wBDH5aq7I1PVI2ttTlhJwzwRIBnLiSGEg==",
|
|
4810
4815
|
"cpu": [
|
|
4811
4816
|
"ppc64"
|
|
4812
4817
|
],
|
|
4818
|
+
"libc": [
|
|
4819
|
+
"glibc"
|
|
4820
|
+
],
|
|
4813
4821
|
"license": "MIT",
|
|
4814
4822
|
"optional": true,
|
|
4815
4823
|
"os": [
|
|
@@ -4820,12 +4828,15 @@
|
|
|
4820
4828
|
}
|
|
4821
4829
|
},
|
|
4822
4830
|
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
4823
|
-
"version": "1.0.
|
|
4824
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.
|
|
4825
|
-
"integrity": "sha512-
|
|
4831
|
+
"version": "1.0.3",
|
|
4832
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.3.tgz",
|
|
4833
|
+
"integrity": "sha512-Iq4ko0r4XsgbrF/LunNgHtAGLRRVE2kXonAXQ/MV0mC6jQpMOhW1SvtZja2EhC/kd05++bP78dsqBeIQyYJ6Yg==",
|
|
4826
4834
|
"cpu": [
|
|
4827
4835
|
"s390x"
|
|
4828
4836
|
],
|
|
4837
|
+
"libc": [
|
|
4838
|
+
"glibc"
|
|
4839
|
+
],
|
|
4829
4840
|
"license": "MIT",
|
|
4830
4841
|
"optional": true,
|
|
4831
4842
|
"os": [
|
|
@@ -4836,12 +4847,15 @@
|
|
|
4836
4847
|
}
|
|
4837
4848
|
},
|
|
4838
4849
|
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
4839
|
-
"version": "1.0.
|
|
4840
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.
|
|
4841
|
-
"integrity": "sha512-
|
|
4850
|
+
"version": "1.0.3",
|
|
4851
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.3.tgz",
|
|
4852
|
+
"integrity": "sha512-B8m6tD5+/N5FeNQFbKlLA/2yVq9ycQP1SeedyEYYKWBNR3ZQbkvIUcNnDNM03lO1l5F2roiiFJGgvoLLyZXtSg==",
|
|
4842
4853
|
"cpu": [
|
|
4843
4854
|
"x64"
|
|
4844
4855
|
],
|
|
4856
|
+
"libc": [
|
|
4857
|
+
"glibc"
|
|
4858
|
+
],
|
|
4845
4859
|
"license": "MIT",
|
|
4846
4860
|
"optional": true,
|
|
4847
4861
|
"os": [
|
|
@@ -4852,12 +4866,15 @@
|
|
|
4852
4866
|
}
|
|
4853
4867
|
},
|
|
4854
4868
|
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
4855
|
-
"version": "1.0.
|
|
4856
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.
|
|
4857
|
-
"integrity": "sha512-
|
|
4869
|
+
"version": "1.0.3",
|
|
4870
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.3.tgz",
|
|
4871
|
+
"integrity": "sha512-pSdpdUJHkuCxun9LE7jvgUB9qsRgaiyNNCX7m/AvHTcq67AiT/Yhoxvw5zPfhrM8k/BfP8ce/hMOpthKDpEUow==",
|
|
4858
4872
|
"cpu": [
|
|
4859
4873
|
"x64"
|
|
4860
4874
|
],
|
|
4875
|
+
"libc": [
|
|
4876
|
+
"musl"
|
|
4877
|
+
],
|
|
4861
4878
|
"license": "MIT",
|
|
4862
4879
|
"optional": true,
|
|
4863
4880
|
"os": [
|
|
@@ -4868,9 +4885,9 @@
|
|
|
4868
4885
|
}
|
|
4869
4886
|
},
|
|
4870
4887
|
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
4871
|
-
"version": "1.0.
|
|
4872
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.
|
|
4873
|
-
"integrity": "sha512-
|
|
4888
|
+
"version": "1.0.3",
|
|
4889
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.3.tgz",
|
|
4890
|
+
"integrity": "sha512-OXXS3RKJgX2uLwM+gYyuH5omcH8fL1LJs96pZGgtetVCahON57+d4SJHzTgZiOjxgGkSnpXpOsWuPDGAKAigEg==",
|
|
4874
4891
|
"cpu": [
|
|
4875
4892
|
"arm64"
|
|
4876
4893
|
],
|
|
@@ -4884,9 +4901,9 @@
|
|
|
4884
4901
|
}
|
|
4885
4902
|
},
|
|
4886
4903
|
"node_modules/@rolldown/binding-wasm32-wasi": {
|
|
4887
|
-
"version": "1.0.
|
|
4888
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.
|
|
4889
|
-
"integrity": "sha512-
|
|
4904
|
+
"version": "1.0.3",
|
|
4905
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.3.tgz",
|
|
4906
|
+
"integrity": "sha512-JTtb8BWFynicNSoPrehsCzBtOKjZ6jhMiPFEmOiuXg1Fl8dn2KHQob+GuPSGR0dryQa1PQJbzjF3dqO/whhjLg==",
|
|
4890
4907
|
"cpu": [
|
|
4891
4908
|
"wasm32"
|
|
4892
4909
|
],
|
|
@@ -4902,9 +4919,9 @@
|
|
|
4902
4919
|
}
|
|
4903
4920
|
},
|
|
4904
4921
|
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
4905
|
-
"version": "1.0.
|
|
4906
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.
|
|
4907
|
-
"integrity": "sha512-
|
|
4922
|
+
"version": "1.0.3",
|
|
4923
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.3.tgz",
|
|
4924
|
+
"integrity": "sha512-gEdFFEN70A/jxb2svrWsN3aDL7OUtmvlOy+6fa2jxG8K0wQ1ZbdeLGnidov6Yu5/733dI5ySfzFlQ/cb0bSz1g==",
|
|
4908
4925
|
"cpu": [
|
|
4909
4926
|
"arm64"
|
|
4910
4927
|
],
|
|
@@ -4918,9 +4935,9 @@
|
|
|
4918
4935
|
}
|
|
4919
4936
|
},
|
|
4920
4937
|
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
4921
|
-
"version": "1.0.
|
|
4922
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.
|
|
4923
|
-
"integrity": "sha512-
|
|
4938
|
+
"version": "1.0.3",
|
|
4939
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.3.tgz",
|
|
4940
|
+
"integrity": "sha512-eXB7CHuaQdqmJcc3koCNtNPmT/bj2gc999kUFgBxG8Ac0NdgXc4rkCHhqrgrhN3zddvvvrgzj1e90SuSfmyIXA==",
|
|
4924
4941
|
"cpu": [
|
|
4925
4942
|
"x64"
|
|
4926
4943
|
],
|
|
@@ -15210,12 +15227,12 @@
|
|
|
15210
15227
|
}
|
|
15211
15228
|
},
|
|
15212
15229
|
"node_modules/rolldown": {
|
|
15213
|
-
"version": "1.0.
|
|
15214
|
-
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.
|
|
15215
|
-
"integrity": "sha512-
|
|
15230
|
+
"version": "1.0.3",
|
|
15231
|
+
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.3.tgz",
|
|
15232
|
+
"integrity": "sha512-i00lAJ2ks1BYr7rjNjKC7BcqAS7nVfiT3QX1SI5aY+AFHblCmaUf9OE9dbdzDvW6dJxbi2ZCZiy9v3CcwOiX3g==",
|
|
15216
15233
|
"license": "MIT",
|
|
15217
15234
|
"dependencies": {
|
|
15218
|
-
"@oxc-project/types": "=0.
|
|
15235
|
+
"@oxc-project/types": "=0.133.0",
|
|
15219
15236
|
"@rolldown/pluginutils": "^1.0.0"
|
|
15220
15237
|
},
|
|
15221
15238
|
"bin": {
|
|
@@ -15225,21 +15242,21 @@
|
|
|
15225
15242
|
"node": "^20.19.0 || >=22.12.0"
|
|
15226
15243
|
},
|
|
15227
15244
|
"optionalDependencies": {
|
|
15228
|
-
"@rolldown/binding-android-arm64": "1.0.
|
|
15229
|
-
"@rolldown/binding-darwin-arm64": "1.0.
|
|
15230
|
-
"@rolldown/binding-darwin-x64": "1.0.
|
|
15231
|
-
"@rolldown/binding-freebsd-x64": "1.0.
|
|
15232
|
-
"@rolldown/binding-linux-arm-gnueabihf": "1.0.
|
|
15233
|
-
"@rolldown/binding-linux-arm64-gnu": "1.0.
|
|
15234
|
-
"@rolldown/binding-linux-arm64-musl": "1.0.
|
|
15235
|
-
"@rolldown/binding-linux-ppc64-gnu": "1.0.
|
|
15236
|
-
"@rolldown/binding-linux-s390x-gnu": "1.0.
|
|
15237
|
-
"@rolldown/binding-linux-x64-gnu": "1.0.
|
|
15238
|
-
"@rolldown/binding-linux-x64-musl": "1.0.
|
|
15239
|
-
"@rolldown/binding-openharmony-arm64": "1.0.
|
|
15240
|
-
"@rolldown/binding-wasm32-wasi": "1.0.
|
|
15241
|
-
"@rolldown/binding-win32-arm64-msvc": "1.0.
|
|
15242
|
-
"@rolldown/binding-win32-x64-msvc": "1.0.
|
|
15245
|
+
"@rolldown/binding-android-arm64": "1.0.3",
|
|
15246
|
+
"@rolldown/binding-darwin-arm64": "1.0.3",
|
|
15247
|
+
"@rolldown/binding-darwin-x64": "1.0.3",
|
|
15248
|
+
"@rolldown/binding-freebsd-x64": "1.0.3",
|
|
15249
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.3",
|
|
15250
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.3",
|
|
15251
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.3",
|
|
15252
|
+
"@rolldown/binding-linux-ppc64-gnu": "1.0.3",
|
|
15253
|
+
"@rolldown/binding-linux-s390x-gnu": "1.0.3",
|
|
15254
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.3",
|
|
15255
|
+
"@rolldown/binding-linux-x64-musl": "1.0.3",
|
|
15256
|
+
"@rolldown/binding-openharmony-arm64": "1.0.3",
|
|
15257
|
+
"@rolldown/binding-wasm32-wasi": "1.0.3",
|
|
15258
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.3",
|
|
15259
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.3"
|
|
15243
15260
|
}
|
|
15244
15261
|
},
|
|
15245
15262
|
"node_modules/rollup": {
|
|
@@ -16440,9 +16457,9 @@
|
|
|
16440
16457
|
}
|
|
16441
16458
|
},
|
|
16442
16459
|
"node_modules/tinyglobby": {
|
|
16443
|
-
"version": "0.2.
|
|
16444
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
16445
|
-
"integrity": "sha512-
|
|
16460
|
+
"version": "0.2.17",
|
|
16461
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|
16462
|
+
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
16446
16463
|
"license": "MIT",
|
|
16447
16464
|
"dependencies": {
|
|
16448
16465
|
"fdir": "^6.5.0",
|
|
@@ -17241,16 +17258,16 @@
|
|
|
17241
17258
|
}
|
|
17242
17259
|
},
|
|
17243
17260
|
"node_modules/vite": {
|
|
17244
|
-
"version": "8.0.
|
|
17245
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.
|
|
17246
|
-
"integrity": "sha512-
|
|
17261
|
+
"version": "8.0.16",
|
|
17262
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.16.tgz",
|
|
17263
|
+
"integrity": "sha512-h9bXPmJichP5fLmVQo3PyaGSDE2n3aPuomeAlVRm0JLmt4rY6zmPKd59HYI4LNW8oTK7tlTsuC7l/m7awx9Jcw==",
|
|
17247
17264
|
"license": "MIT",
|
|
17248
17265
|
"dependencies": {
|
|
17249
17266
|
"lightningcss": "^1.32.0",
|
|
17250
17267
|
"picomatch": "^4.0.4",
|
|
17251
17268
|
"postcss": "^8.5.15",
|
|
17252
|
-
"rolldown": "1.0.
|
|
17253
|
-
"tinyglobby": "^0.2.
|
|
17269
|
+
"rolldown": "1.0.3",
|
|
17270
|
+
"tinyglobby": "^0.2.17"
|
|
17254
17271
|
},
|
|
17255
17272
|
"bin": {
|
|
17256
17273
|
"vite": "bin/vite.js"
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"@vitejs/plugin-react": "^6.0.2",
|
|
76
76
|
"globals": "^17.6.0",
|
|
77
77
|
"typescript": "~6.0.3",
|
|
78
|
-
"vite": "^8.0.
|
|
79
|
-
"vite-plugin-checker": "
|
|
78
|
+
"vite": "^8.0.16",
|
|
79
|
+
"vite-plugin-checker": "0.14.1",
|
|
80
80
|
"vite-plugin-pwa": "^1.3.0"
|
|
81
81
|
},
|
|
82
82
|
"keywords": [
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
"type": "editor-browser",
|
|
8
8
|
"url": "http://localhost:5173",
|
|
9
9
|
"webRoot": "${workspaceFolder}",
|
|
10
|
-
"preLaunchTask": "
|
|
11
|
-
"postDebugTask": "Stop Vite Dev Server"
|
|
10
|
+
"preLaunchTask": "Restart Vite Dev Server"
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"name": "Debug Game (Chrome)",
|
|
@@ -16,8 +15,7 @@
|
|
|
16
15
|
"type": "chrome",
|
|
17
16
|
"url": "http://localhost:5173",
|
|
18
17
|
"webRoot": "${workspaceFolder}",
|
|
19
|
-
"preLaunchTask": "
|
|
20
|
-
"postDebugTask": "Stop Vite Dev Server"
|
|
18
|
+
"preLaunchTask": "Restart Vite Dev Server"
|
|
21
19
|
},
|
|
22
20
|
{
|
|
23
21
|
"name": "Debug Game Preview",
|
|
@@ -55,10 +55,5 @@
|
|
|
55
55
|
// does fetch when he does Pull
|
|
56
56
|
"git.fetchOnPull": true,
|
|
57
57
|
// move file
|
|
58
|
-
"js/ts.updateImportsOnFileMove.enabled": "always"
|
|
59
|
-
// ink
|
|
60
|
-
"ink.mainFile": "start.ink",
|
|
61
|
-
"ink.rootFolder": "ink",
|
|
62
|
-
"ink.markup": "Markdown",
|
|
63
|
-
"ink.engine": "pixi-vn"
|
|
58
|
+
"js/ts.updateImportsOnFileMove.enabled": "always"
|
|
64
59
|
}
|
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
"label": "Install Dependencies",
|
|
6
6
|
"type": "shell",
|
|
7
7
|
"command": "[ -d node_modules ] || npm i",
|
|
8
|
+
"windows": {
|
|
9
|
+
"command": "if (!(Test-Path node_modules)) { npm i }"
|
|
10
|
+
},
|
|
8
11
|
"runOptions": {
|
|
9
12
|
"runOn": "folderOpen"
|
|
10
13
|
},
|
|
@@ -20,7 +23,11 @@
|
|
|
20
23
|
"type": "shell",
|
|
21
24
|
"command": "npm run dev",
|
|
22
25
|
"isBackground": true,
|
|
26
|
+
"runOptions": {
|
|
27
|
+
"runOn": "folderOpen"
|
|
28
|
+
},
|
|
23
29
|
"dependsOn": ["Install Dependencies"],
|
|
30
|
+
"dependsOrder": "sequence",
|
|
24
31
|
"problemMatcher": {
|
|
25
32
|
"owner": "vite",
|
|
26
33
|
"pattern": {
|
|
@@ -29,32 +36,41 @@
|
|
|
29
36
|
"background": {
|
|
30
37
|
"activeOnStart": true,
|
|
31
38
|
"beginsPattern": ".",
|
|
32
|
-
"endsPattern": "Local:\\s+http://localhost
|
|
39
|
+
"endsPattern": "Local:\\s+http://localhost:\\d+/"
|
|
33
40
|
}
|
|
34
41
|
},
|
|
35
42
|
"presentation": {
|
|
36
43
|
"reveal": "always",
|
|
37
44
|
"panel": "dedicated",
|
|
38
|
-
"clear":
|
|
39
|
-
"close":
|
|
45
|
+
"clear": true,
|
|
46
|
+
"close": false
|
|
40
47
|
}
|
|
41
48
|
},
|
|
42
49
|
{
|
|
43
50
|
"label": "Stop Vite Dev Server",
|
|
44
51
|
"type": "shell",
|
|
45
|
-
"command": "
|
|
52
|
+
"command": "kill $(lsof -ti:5173 -sTCP:LISTEN 2>/dev/null) 2>/dev/null; sleep 0.5; true",
|
|
53
|
+
"windows": {
|
|
54
|
+
"command": "$p = Get-NetTCPConnection -LocalPort 5173 -ErrorAction SilentlyContinue | Select-Object -ExpandProperty OwningProcess -Unique; $p | ForEach-Object { Stop-Process -Id $_ -Force -ErrorAction SilentlyContinue }; Start-Sleep -Milliseconds 500"
|
|
55
|
+
},
|
|
46
56
|
"presentation": {
|
|
47
57
|
"reveal": "never",
|
|
48
58
|
"panel": "dedicated",
|
|
49
59
|
"close": true
|
|
50
60
|
}
|
|
51
61
|
},
|
|
62
|
+
{
|
|
63
|
+
"label": "Restart Vite Dev Server",
|
|
64
|
+
"dependsOn": ["Stop Vite Dev Server", "Start Vite Dev Server"],
|
|
65
|
+
"dependsOrder": "sequence"
|
|
66
|
+
},
|
|
52
67
|
{
|
|
53
68
|
"label": "Start Vite Preview Server",
|
|
54
69
|
"type": "shell",
|
|
55
70
|
"command": "npm run preview",
|
|
56
71
|
"isBackground": true,
|
|
57
72
|
"dependsOn": ["Install Dependencies"],
|
|
73
|
+
"dependsOrder": "sequence",
|
|
58
74
|
"problemMatcher": {
|
|
59
75
|
"owner": "vite",
|
|
60
76
|
"pattern": {
|
|
@@ -76,7 +92,10 @@
|
|
|
76
92
|
{
|
|
77
93
|
"label": "Stop Vite Preview Server",
|
|
78
94
|
"type": "shell",
|
|
79
|
-
"command": "
|
|
95
|
+
"command": "kill $(lsof -ti:4173 -sTCP:LISTEN 2>/dev/null) 2>/dev/null; true",
|
|
96
|
+
"windows": {
|
|
97
|
+
"command": "$p = Get-NetTCPConnection -LocalPort 4173 -ErrorAction SilentlyContinue | Select-Object -ExpandProperty OwningProcess -Unique; $p | ForEach-Object { Stop-Process -Id $_ -Force -ErrorAction SilentlyContinue }"
|
|
98
|
+
},
|
|
80
99
|
"presentation": {
|
|
81
100
|
"reveal": "never",
|
|
82
101
|
"panel": "dedicated",
|