We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549f712 commit 66210adCopy full SHA for 66210ad
.gitignore
@@ -39,3 +39,9 @@ example/dist/missile-256mb*
39
example_normal/dist/missile-512mb*
40
example_normal/dist/missile-256mb*
41
src/src/decoder/dc-worker*
42
+
43
+example_normal/dist*
44
+example_vue3_vite/public/dist
45
+example_vue3/public/dist
46
+example_vue2/public/dist
47
init.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
3
-PLAYER_TEST_DIT=`pwd`
+PLAYER_TEST_DIR=`pwd`
4
+PLAYER_TEST_DIR_DIST="$PLAYER_TEST_DIR/dist"
5
+PLAYER_TEST_DIR_DIST_MULTI="$PLAYER_TEST_DIR/dist-multi-thread"
6
PLAYER_TEST_DIR_EXP_NORMAL="${PLAYER_TEST_DIR}/example_normal"
7
PLAYER_TEST_DIR_VUE3_VITE="${PLAYER_TEST_DIR}/example_vue3_vite"
8
PLAYER_TEST_DIR_VUE3="${PLAYER_TEST_DIR}/example_vue3"
0 commit comments