update todo, and other things
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*|*MINGW*|*MSYS*)
|
||||
if command -v cygpath > /dev/null 2>&1; then
|
||||
basedir=`cygpath -w "$basedir"`
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ -z "$NODE_PATH" ]; then
|
||||
export NODE_PATH="/home/ffus/Projects/go-socket/client/node_modules/.pnpm/acorn@8.16.0/node_modules/acorn/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/acorn@8.16.0/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/node_modules"
|
||||
else
|
||||
export NODE_PATH="/home/ffus/Projects/go-socket/client/node_modules/.pnpm/acorn@8.16.0/node_modules/acorn/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/acorn@8.16.0/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/node_modules:$NODE_PATH"
|
||||
fi
|
||||
if [ -x "$basedir/node" ]; then
|
||||
exec "$basedir/node" "$basedir/../.pnpm/acorn@8.16.0/node_modules/acorn/bin/acorn" "$@"
|
||||
else
|
||||
exec node "$basedir/../.pnpm/acorn@8.16.0/node_modules/acorn/bin/acorn" "$@"
|
||||
fi
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*|*MINGW*|*MSYS*)
|
||||
if command -v cygpath > /dev/null 2>&1; then
|
||||
basedir=`cygpath -w "$basedir"`
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ -z "$NODE_PATH" ]; then
|
||||
export NODE_PATH="/home/ffus/Projects/go-socket/client/node_modules/.pnpm/browserslist@4.28.2/node_modules/browserslist/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/browserslist@4.28.2/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/node_modules"
|
||||
else
|
||||
export NODE_PATH="/home/ffus/Projects/go-socket/client/node_modules/.pnpm/browserslist@4.28.2/node_modules/browserslist/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/browserslist@4.28.2/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/node_modules:$NODE_PATH"
|
||||
fi
|
||||
if [ -x "$basedir/node" ]; then
|
||||
exec "$basedir/node" "$basedir/../.pnpm/browserslist@4.28.2/node_modules/browserslist/cli.js" "$@"
|
||||
else
|
||||
exec node "$basedir/../.pnpm/browserslist@4.28.2/node_modules/browserslist/cli.js" "$@"
|
||||
fi
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*|*MINGW*|*MSYS*)
|
||||
if command -v cygpath > /dev/null 2>&1; then
|
||||
basedir=`cygpath -w "$basedir"`
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ -z "$NODE_PATH" ]; then
|
||||
export NODE_PATH="/home/ffus/Projects/go-socket/client/node_modules/.pnpm/eslint@10.2.1_jiti@2.6.1/node_modules/eslint/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/eslint@10.2.1_jiti@2.6.1/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/node_modules"
|
||||
else
|
||||
export NODE_PATH="/home/ffus/Projects/go-socket/client/node_modules/.pnpm/eslint@10.2.1_jiti@2.6.1/node_modules/eslint/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/eslint@10.2.1_jiti@2.6.1/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/node_modules:$NODE_PATH"
|
||||
fi
|
||||
if [ -x "$basedir/node" ]; then
|
||||
exec "$basedir/node" "$basedir/../.pnpm/eslint@10.2.1_jiti@2.6.1/node_modules/eslint/bin/eslint.js" "$@"
|
||||
else
|
||||
exec node "$basedir/../.pnpm/eslint@10.2.1_jiti@2.6.1/node_modules/eslint/bin/eslint.js" "$@"
|
||||
fi
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*|*MINGW*|*MSYS*)
|
||||
if command -v cygpath > /dev/null 2>&1; then
|
||||
basedir=`cygpath -w "$basedir"`
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ -z "$NODE_PATH" ]; then
|
||||
export NODE_PATH="/home/ffus/Projects/go-socket/client/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/jiti@2.6.1/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/node_modules"
|
||||
else
|
||||
export NODE_PATH="/home/ffus/Projects/go-socket/client/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/jiti@2.6.1/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/node_modules:$NODE_PATH"
|
||||
fi
|
||||
if [ -x "$basedir/node" ]; then
|
||||
exec "$basedir/node" "$basedir/../.pnpm/jiti@2.6.1/node_modules/jiti/lib/jiti-cli.mjs" "$@"
|
||||
else
|
||||
exec node "$basedir/../.pnpm/jiti@2.6.1/node_modules/jiti/lib/jiti-cli.mjs" "$@"
|
||||
fi
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*|*MINGW*|*MSYS*)
|
||||
if command -v cygpath > /dev/null 2>&1; then
|
||||
basedir=`cygpath -w "$basedir"`
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ -z "$NODE_PATH" ]; then
|
||||
export NODE_PATH="/home/ffus/Projects/go-socket/client/node_modules/.pnpm/rolldown@1.0.0-rc.17/node_modules/rolldown/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/rolldown@1.0.0-rc.17/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/node_modules"
|
||||
else
|
||||
export NODE_PATH="/home/ffus/Projects/go-socket/client/node_modules/.pnpm/rolldown@1.0.0-rc.17/node_modules/rolldown/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/rolldown@1.0.0-rc.17/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/node_modules:$NODE_PATH"
|
||||
fi
|
||||
if [ -x "$basedir/node" ]; then
|
||||
exec "$basedir/node" "$basedir/../.pnpm/rolldown@1.0.0-rc.17/node_modules/rolldown/bin/cli.mjs" "$@"
|
||||
else
|
||||
exec node "$basedir/../.pnpm/rolldown@1.0.0-rc.17/node_modules/rolldown/bin/cli.mjs" "$@"
|
||||
fi
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*|*MINGW*|*MSYS*)
|
||||
if command -v cygpath > /dev/null 2>&1; then
|
||||
basedir=`cygpath -w "$basedir"`
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ -z "$NODE_PATH" ]; then
|
||||
export NODE_PATH="/home/ffus/Projects/go-socket/client/node_modules/.pnpm/vite@8.0.10_jiti@2.6.1/node_modules/vite/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/vite@8.0.10_jiti@2.6.1/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/node_modules"
|
||||
else
|
||||
export NODE_PATH="/home/ffus/Projects/go-socket/client/node_modules/.pnpm/vite@8.0.10_jiti@2.6.1/node_modules/vite/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/vite@8.0.10_jiti@2.6.1/node_modules:/home/ffus/Projects/go-socket/client/node_modules/.pnpm/node_modules:$NODE_PATH"
|
||||
fi
|
||||
if [ -x "$basedir/node" ]; then
|
||||
exec "$basedir/node" "$basedir/../.pnpm/vite@8.0.10_jiti@2.6.1/node_modules/vite/bin/vite.js" "$@"
|
||||
else
|
||||
exec node "$basedir/../.pnpm/vite@8.0.10_jiti@2.6.1/node_modules/vite/bin/vite.js" "$@"
|
||||
fi
|
||||
Reference in New Issue
Block a user