@moluoxixi/create-app 2.0.443 → 2.0.444
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/README.md +0 -2
- package/dist/commands/create.js +0 -1
- package/dist/core/projectAtom.d.ts +43 -0
- package/dist/core/projectAtom.js +146 -0
- package/dist/core/projectOutput.d.ts +11 -0
- package/dist/core/projectOutput.js +402 -0
- package/dist/core/template.js +5 -0
- package/dist/generators/project.js +4 -1
- package/dist/types/features.d.ts +0 -2
- package/dist/types/features.js +0 -2
- package/package.json +2 -1
- package/templates/common/base/node_modules/.bin/autoprefixer +2 -2
- package/templates/common/base/node_modules/.bin/browserslist +4 -4
- package/templates/common/base/node_modules/.bin/jiti +4 -4
- package/templates/common/base/node_modules/.bin/sass +2 -2
- package/templates/common/base/node_modules/.bin/uuid +2 -2
- package/templates/common/base/node_modules/.bin/vite +2 -2
- package/templates/common/base/node_modules/.bin/yaml +4 -4
- package/templates/common/base/package.json +2 -4
- package/templates/common/features/eslint/node_modules/.bin/browserslist +4 -4
- package/templates/common/features/eslint/node_modules/.bin/eslint +2 -2
- package/templates/common/features/eslint/node_modules/.bin/jiti +4 -4
- package/templates/common/features/eslint/node_modules/.bin/sass +4 -4
- package/templates/common/features/eslint/node_modules/.bin/vite +17 -0
- package/templates/common/features/eslint/node_modules/.bin/vitest +4 -4
- package/templates/common/features/eslint/node_modules/.bin/yaml +4 -4
- package/templates/common/features/husky/node_modules/.bin/commitizen +2 -2
- package/templates/common/features/husky/node_modules/.bin/commitlint +2 -2
- package/templates/common/features/husky/node_modules/.bin/cz +2 -2
- package/templates/common/features/husky/node_modules/.bin/cz-cust +2 -2
- package/templates/common/features/husky/node_modules/.bin/cz-customizable +2 -2
- package/templates/common/features/husky/node_modules/.bin/git-cz +2 -2
- package/templates/react/base/env.d.ts +1 -0
- package/templates/react/base/node_modules/.bin/jiti +4 -4
- package/templates/react/base/node_modules/.bin/sass +4 -4
- package/templates/react/base/node_modules/.bin/vite +4 -4
- package/templates/react/base/node_modules/.bin/yaml +4 -4
- package/templates/react/features/manualRoutes/tsconfig.base.json +0 -1
- package/templates/react/features/pageRoutes/node_modules/.bin/jiti +4 -4
- package/templates/react/features/pageRoutes/node_modules/.bin/sass +4 -4
- package/templates/react/features/pageRoutes/node_modules/.bin/vite +4 -4
- package/templates/react/features/pageRoutes/node_modules/.bin/yaml +4 -4
- package/templates/react/features/pageRoutes/package.json +0 -1
- package/templates/react/features/pageRoutes/tsconfig.base.json +0 -1
- package/templates/react/features/sentry/package.json +1 -3
- package/templates/react/features/zustand/tsconfig.base.json +0 -1
- package/templates/react/micro-frontends/qiankun/base/node_modules/.bin/jiti +4 -4
- package/templates/react/micro-frontends/qiankun/base/node_modules/.bin/sass +4 -4
- package/templates/react/micro-frontends/qiankun/base/node_modules/.bin/vite +2 -2
- package/templates/react/micro-frontends/qiankun/base/node_modules/.bin/yaml +4 -4
- package/templates/react/micro-frontends/qiankun/base/package.json +1 -2
- package/templates/react/micro-frontends/qiankun/base/tsconfig.base.json +0 -1
- package/templates/vue/base/atom.mjs +26 -0
- package/templates/vue/base/env.d.ts +1 -0
- package/templates/vue/base/node_modules/.bin/jiti +17 -0
- package/templates/{react/features/sentry → vue/base}/node_modules/.bin/sass +4 -4
- package/templates/vue/{features/sentry → base}/node_modules/.bin/tsx +2 -2
- package/templates/vue/base/node_modules/.bin/vite +17 -0
- package/templates/vue/base/node_modules/.bin/vue-tsc +2 -2
- package/templates/vue/{features/sentry → base}/node_modules/.bin/yaml +4 -4
- package/templates/vue/base/package.json +1 -0
- package/templates/vue/base/src/types/index.ts +16 -0
- package/templates/vue/features/element-plus/atom.mjs +35 -0
- package/templates/vue/features/element-plus/node_modules/.bin/parser +4 -4
- package/templates/vue/features/element-plus/package.json +3 -2
- package/templates/vue/features/element-plus/src/components/SubMenu/src/index.vue +1 -1
- package/templates/vue/features/i18n/atom.mjs +11 -0
- package/templates/vue/features/pageRoutes/atom.mjs +15 -0
- package/templates/vue/features/pageRoutes/node_modules/.bin/jiti +4 -4
- package/templates/vue/features/pageRoutes/node_modules/.bin/sass +4 -4
- package/templates/vue/features/pageRoutes/node_modules/.bin/vite +4 -4
- package/templates/vue/features/pageRoutes/node_modules/.bin/yaml +4 -4
- package/templates/vue/features/pageRoutes/package.json +0 -1
- package/templates/vue/features/pinia/atom.mjs +11 -0
- package/templates/vue/features/sentry/atom.mjs +35 -0
- package/templates/vue/features/sentry/package.json +1 -3
- package/templates/vue/micro-frontends/qiankun/base/atom.mjs +19 -0
- package/templates/vue/micro-frontends/qiankun/base/node_modules/.bin/jiti +4 -4
- package/templates/vue/micro-frontends/qiankun/base/node_modules/.bin/sass +4 -4
- package/templates/vue/micro-frontends/qiankun/base/node_modules/.bin/vite +2 -2
- package/templates/vue/micro-frontends/qiankun/base/node_modules/.bin/yaml +4 -4
- package/templates/vue/micro-frontends/qiankun/base/package.json +0 -2
- package/templates/vue/micro-frontends/qiankun/base/src/types/index.ts +16 -0
- package/templates/vue/micro-frontends/qiankun/features/element-plus/node_modules/.bin/jiti +4 -4
- package/templates/vue/micro-frontends/qiankun/features/element-plus/node_modules/.bin/parser +4 -4
- package/templates/vue/micro-frontends/qiankun/features/element-plus/node_modules/.bin/sass +4 -4
- package/templates/vue/micro-frontends/qiankun/features/element-plus/node_modules/.bin/vite +4 -4
- package/templates/vue/micro-frontends/qiankun/features/element-plus/node_modules/.bin/yaml +4 -4
- package/templates/vue/micro-frontends/qiankun/features/element-plus/package.json +3 -2
- package/templates/vue/micro-frontends/qiankun/features/element-plus/src/components/SubMenu/src/index.vue +1 -1
- package/templates/vue/micro-frontends/qiankun/features/manualRoutes/node_modules/.bin/jiti +4 -4
- package/templates/vue/micro-frontends/qiankun/features/manualRoutes/node_modules/.bin/sass +4 -4
- package/templates/vue/micro-frontends/qiankun/features/manualRoutes/node_modules/.bin/vite +4 -4
- package/templates/vue/micro-frontends/qiankun/features/manualRoutes/node_modules/.bin/yaml +4 -4
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/node_modules/.bin/jiti +4 -4
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/node_modules/.bin/sass +4 -4
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/node_modules/.bin/vite +4 -4
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/node_modules/.bin/yaml +4 -4
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/package.json +0 -1
- package/templates/common/base/node_modules/.bin/parser +0 -17
- package/templates/common/base/node_modules/.bin/rollup +0 -17
- package/templates/common/base/node_modules/.bin/terser +0 -17
- package/templates/common/base/vite/index.ts +0 -54
- package/templates/common/base/vite.config.ts +0 -58
- package/templates/common/features/eslint/node_modules/.bin/terser +0 -17
- package/templates/react/base/node_modules/.bin/terser +0 -17
- package/templates/react/base/src/main/index.ts +0 -34
- package/templates/react/base/src/main.tsx +0 -34
- package/templates/react/features/ant-design/src/main/features/ant-design.ts +0 -21
- package/templates/react/features/i18n/src/main/features/i18n.ts +0 -19
- package/templates/react/features/pageRoutes/node_modules/.bin/browserslist +0 -17
- package/templates/react/features/pageRoutes/node_modules/.bin/parser +0 -17
- package/templates/react/features/pageRoutes/node_modules/.bin/rollup +0 -17
- package/templates/react/features/pageRoutes/node_modules/.bin/terser +0 -17
- package/templates/react/features/pageRoutes/node_modules/.bin/tsc +0 -17
- package/templates/react/features/pageRoutes/node_modules/.bin/tsserver +0 -17
- package/templates/react/features/pageRoutes/vite/features/pageRoutes.ts +0 -15
- package/templates/react/features/sentry/node_modules/.bin/browserslist +0 -17
- package/templates/react/features/sentry/node_modules/.bin/jiti +0 -17
- package/templates/react/features/sentry/node_modules/.bin/parser +0 -17
- package/templates/react/features/sentry/node_modules/.bin/rollup +0 -17
- package/templates/react/features/sentry/node_modules/.bin/terser +0 -17
- package/templates/react/features/sentry/node_modules/.bin/tsc +0 -17
- package/templates/react/features/sentry/node_modules/.bin/tsserver +0 -17
- package/templates/react/features/sentry/node_modules/.bin/tsx +0 -17
- package/templates/react/features/sentry/node_modules/.bin/vite +0 -17
- package/templates/react/features/sentry/node_modules/.bin/yaml +0 -17
- package/templates/react/features/sentry/src/main/features/sentry.ts +0 -20
- package/templates/react/features/sentry/vite/features/sentry.ts +0 -33
- package/templates/react/micro-frontends/qiankun/base/node_modules/.bin/browserslist +0 -17
- package/templates/react/micro-frontends/qiankun/base/node_modules/.bin/parser +0 -17
- package/templates/react/micro-frontends/qiankun/base/node_modules/.bin/rollup +0 -17
- package/templates/react/micro-frontends/qiankun/base/node_modules/.bin/terser +0 -17
- package/templates/react/micro-frontends/qiankun/base/src/main/index.ts +0 -34
- package/templates/react/micro-frontends/qiankun/base/src/main.tsx +0 -69
- package/templates/react/micro-frontends/qiankun/base/vite/index.ts +0 -54
- package/templates/vue/base/src/main/index.ts +0 -36
- package/templates/vue/base/src/main.ts +0 -34
- package/templates/vue/features/ant-design-vue/src/main/features/ant-design-vue.ts +0 -18
- package/templates/vue/features/element-plus/node_modules/.bin/browserslist +0 -17
- package/templates/vue/features/element-plus/node_modules/.bin/jiti +0 -17
- package/templates/vue/features/element-plus/node_modules/.bin/rollup +0 -17
- package/templates/vue/features/element-plus/node_modules/.bin/sass +0 -17
- package/templates/vue/features/element-plus/node_modules/.bin/terser +0 -17
- package/templates/vue/features/element-plus/node_modules/.bin/tsx +0 -17
- package/templates/vue/features/element-plus/node_modules/.bin/vite +0 -17
- package/templates/vue/features/element-plus/node_modules/.bin/yaml +0 -17
- package/templates/vue/features/element-plus/src/main/features/element-plus.ts +0 -23
- package/templates/vue/features/element-plus/vite/features/element-plus.ts +0 -30
- package/templates/vue/features/i18n/src/main/features/i18n.ts +0 -19
- package/templates/vue/features/pageRoutes/node_modules/.bin/browserslist +0 -17
- package/templates/vue/features/pageRoutes/node_modules/.bin/parser +0 -17
- package/templates/vue/features/pageRoutes/node_modules/.bin/rollup +0 -17
- package/templates/vue/features/pageRoutes/node_modules/.bin/terser +0 -17
- package/templates/vue/features/pageRoutes/vite/features/pageRoutes.ts +0 -15
- package/templates/vue/features/pinia/src/main/features/pinia.ts +0 -19
- package/templates/vue/features/sentry/node_modules/.bin/browserslist +0 -17
- package/templates/vue/features/sentry/node_modules/.bin/jiti +0 -17
- package/templates/vue/features/sentry/node_modules/.bin/parser +0 -17
- package/templates/vue/features/sentry/node_modules/.bin/rollup +0 -17
- package/templates/vue/features/sentry/node_modules/.bin/sass +0 -17
- package/templates/vue/features/sentry/node_modules/.bin/terser +0 -17
- package/templates/vue/features/sentry/node_modules/.bin/vite +0 -17
- package/templates/vue/features/sentry/src/main/features/sentry.ts +0 -22
- package/templates/vue/features/sentry/vite/features/sentry.ts +0 -33
- package/templates/vue/micro-frontends/qiankun/base/node_modules/.bin/browserslist +0 -17
- package/templates/vue/micro-frontends/qiankun/base/node_modules/.bin/parser +0 -17
- package/templates/vue/micro-frontends/qiankun/base/node_modules/.bin/rollup +0 -17
- package/templates/vue/micro-frontends/qiankun/base/node_modules/.bin/terser +0 -17
- package/templates/vue/micro-frontends/qiankun/base/src/main/index.ts +0 -36
- package/templates/vue/micro-frontends/qiankun/base/src/main.ts +0 -70
- package/templates/vue/micro-frontends/qiankun/base/vite/index.ts +0 -54
- package/templates/vue/micro-frontends/qiankun/features/element-plus/node_modules/.bin/browserslist +0 -17
- package/templates/vue/micro-frontends/qiankun/features/element-plus/node_modules/.bin/rollup +0 -17
- package/templates/vue/micro-frontends/qiankun/features/element-plus/node_modules/.bin/terser +0 -17
- package/templates/vue/micro-frontends/qiankun/features/element-plus/src/main/features/element-plus.ts +0 -24
- package/templates/vue/micro-frontends/qiankun/features/element-plus/vite/features/element-plus.ts +0 -30
- package/templates/vue/micro-frontends/qiankun/features/manualRoutes/node_modules/.bin/terser +0 -17
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/node_modules/.bin/browserslist +0 -17
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/node_modules/.bin/parser +0 -17
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/node_modules/.bin/rollup +0 -17
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/node_modules/.bin/terser +0 -17
- package/templates/vue/micro-frontends/qiankun/features/pageRoutes/vite/features/pageRoutes.ts +0 -15
- /package/templates/vue/features/element-plus/src/components/SubMenu/src/{_types → types}/index.ts +0 -0
- /package/templates/vue/features/element-plus/src/components/SubMenu/src/{_types → types}/props.ts +0 -0
- /package/templates/vue/micro-frontends/qiankun/features/element-plus/src/components/SubMenu/src/{_types → types}/index.ts +0 -0
- /package/templates/vue/micro-frontends/qiankun/features/element-plus/src/components/SubMenu/src/{_types → types}/props.ts +0 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
id: 'vue:sentry',
|
|
3
|
+
main: {
|
|
4
|
+
imports: [
|
|
5
|
+
'import { initSentry } from \'@/utils/sentry\'',
|
|
6
|
+
],
|
|
7
|
+
afterAppUses: [
|
|
8
|
+
`initSentry(app, router, {
|
|
9
|
+
dsn: import.meta.env.VITE_SENTRY_DSN,
|
|
10
|
+
environment: import.meta.env.MODE,
|
|
11
|
+
})`,
|
|
12
|
+
],
|
|
13
|
+
},
|
|
14
|
+
vite: {
|
|
15
|
+
imports: [
|
|
16
|
+
'import { sentryVitePlugin } from \'@sentry/vite-plugin\'',
|
|
17
|
+
],
|
|
18
|
+
plugins: [
|
|
19
|
+
`if (env.VITE_SENTRY === 'true' && mode === 'production') {
|
|
20
|
+
plugins.push(sentryVitePlugin({
|
|
21
|
+
authToken: process.env.SENTRY_AUTH_TOKEN,
|
|
22
|
+
org: 'f1f562b9b82f',
|
|
23
|
+
project: 'javascript-vue',
|
|
24
|
+
sourcemaps: {
|
|
25
|
+
assets: './dist/**',
|
|
26
|
+
ignore: ['node_modules'],
|
|
27
|
+
},
|
|
28
|
+
release: {
|
|
29
|
+
name: env.VITE_APP_VERSION || 'unknown',
|
|
30
|
+
},
|
|
31
|
+
}))
|
|
32
|
+
}`,
|
|
33
|
+
],
|
|
34
|
+
},
|
|
35
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
id: 'vue:qiankun',
|
|
3
|
+
main: {
|
|
4
|
+
mode: 'vue-qiankun',
|
|
5
|
+
imports: [
|
|
6
|
+
'import { qiankunWindow, renderWithQiankun } from \'vite-plugin-qiankun/dist/helper\'',
|
|
7
|
+
],
|
|
8
|
+
},
|
|
9
|
+
vite: {
|
|
10
|
+
imports: [
|
|
11
|
+
'import qiankun from \'vite-plugin-qiankun\'',
|
|
12
|
+
],
|
|
13
|
+
plugins: [
|
|
14
|
+
`plugins.push(qiankun(appCode || 'app', {
|
|
15
|
+
useDevMode: mode === 'development',
|
|
16
|
+
}))`,
|
|
17
|
+
],
|
|
18
|
+
},
|
|
19
|
+
}
|
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.
|
|
9
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.
|
|
11
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../../node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/jiti-cli.mjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir
|
|
16
|
+
exec node "$basedir/../../../../../../../node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/jiti-cli.mjs" "$@"
|
|
17
17
|
fi
|
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.
|
|
9
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.99.0/node_modules/sass/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.99.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.
|
|
11
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.99.0/node_modules/sass/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.99.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../node_modules/.pnpm/sass@1.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../../node_modules/.pnpm/sass@1.99.0/node_modules/sass/sass.js" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../../../node_modules/.pnpm/sass@1.
|
|
16
|
+
exec node "$basedir/../../../../../../../node_modules/.pnpm/sass@1.99.0/node_modules/sass/sass.js" "$@"
|
|
17
17
|
fi
|
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.
|
|
9
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.
|
|
11
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../vite/bin/vite.js" "$@"
|
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.
|
|
9
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.9.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.
|
|
11
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.9.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../node_modules/.pnpm/yaml@2.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/bin.mjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../../../node_modules/.pnpm/yaml@2.
|
|
16
|
+
exec node "$basedir/../../../../../../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/bin.mjs" "$@"
|
|
17
17
|
fi
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { App } from 'vue'
|
|
2
|
+
import type { Router } from 'vue-router'
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* 应用上下文,未来可扩展 pinia 等
|
|
6
|
+
*/
|
|
7
|
+
export interface AppContext {
|
|
8
|
+
app: App
|
|
9
|
+
router: Router
|
|
10
|
+
isClient?: boolean
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* 模块安装接口 (Vitesse 风格)
|
|
15
|
+
*/
|
|
16
|
+
export type UserModule = (ctx: AppContext) => void | Promise<void>
|
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.
|
|
9
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.
|
|
11
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/jiti@2.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/jiti-cli.mjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/jiti@2.
|
|
16
|
+
exec node "$basedir/../../../../../../../../node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/jiti-cli.mjs" "$@"
|
|
17
17
|
fi
|
package/templates/vue/micro-frontends/qiankun/features/element-plus/node_modules/.bin/parser
CHANGED
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.
|
|
9
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.3/node_modules/@babel/parser/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.3/node_modules/@babel/parser/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.3/node_modules/@babel/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.3/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.
|
|
11
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.3/node_modules/@babel/parser/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.3/node_modules/@babel/parser/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.3/node_modules/@babel/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.3/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/@babel+parser@7.29.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/@babel+parser@7.29.3/node_modules/@babel/parser/bin/babel-parser.js" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/@babel+parser@7.29.
|
|
16
|
+
exec node "$basedir/../../../../../../../../node_modules/.pnpm/@babel+parser@7.29.3/node_modules/@babel/parser/bin/babel-parser.js" "$@"
|
|
17
17
|
fi
|
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.
|
|
9
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.99.0/node_modules/sass/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.99.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.
|
|
11
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.99.0/node_modules/sass/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.99.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/sass@1.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/sass@1.99.0/node_modules/sass/sass.js" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/sass@1.
|
|
16
|
+
exec node "$basedir/../../../../../../../../node_modules/.pnpm/sass@1.99.0/node_modules/sass/sass.js" "$@"
|
|
17
17
|
fi
|
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.
|
|
9
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.
|
|
11
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/vite@6.2.4_@types+node@22.19.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/bin/vite.js" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/vite@6.2.4_@types+node@22.19.
|
|
16
|
+
exec node "$basedir/../../../../../../../../node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/bin/vite.js" "$@"
|
|
17
17
|
fi
|
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.
|
|
9
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.9.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.
|
|
11
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.9.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/yaml@2.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/bin.mjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/yaml@2.
|
|
16
|
+
exec node "$basedir/../../../../../../../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/bin.mjs" "$@"
|
|
17
17
|
fi
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"vue-router": "^4.4.5"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@
|
|
12
|
-
"
|
|
11
|
+
"@vue-macros/volar": "^3.0.0-beta.15",
|
|
12
|
+
"unplugin-auto-import": "^19.1.2",
|
|
13
|
+
"unplugin-vue-components": "^28.4.1"
|
|
13
14
|
}
|
|
14
15
|
}
|
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.
|
|
9
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.
|
|
11
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/jiti@2.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/jiti-cli.mjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/jiti@2.
|
|
16
|
+
exec node "$basedir/../../../../../../../../node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/jiti-cli.mjs" "$@"
|
|
17
17
|
fi
|
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.
|
|
9
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.99.0/node_modules/sass/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.99.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.
|
|
11
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.99.0/node_modules/sass/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.99.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/sass@1.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/sass@1.99.0/node_modules/sass/sass.js" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/sass@1.
|
|
16
|
+
exec node "$basedir/../../../../../../../../node_modules/.pnpm/sass@1.99.0/node_modules/sass/sass.js" "$@"
|
|
17
17
|
fi
|
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.
|
|
9
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.
|
|
11
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/vite@6.2.4_@types+node@22.19.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/bin/vite.js" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/vite@6.2.4_@types+node@22.19.
|
|
16
|
+
exec node "$basedir/../../../../../../../../node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/bin/vite.js" "$@"
|
|
17
17
|
fi
|
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.
|
|
9
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.9.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.
|
|
11
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.9.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/yaml@2.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/bin.mjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/yaml@2.
|
|
16
|
+
exec node "$basedir/../../../../../../../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/bin.mjs" "$@"
|
|
17
17
|
fi
|
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.
|
|
9
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.
|
|
11
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/jiti@2.7.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/jiti@2.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/jiti-cli.mjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/jiti@2.
|
|
16
|
+
exec node "$basedir/../../../../../../../../node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/jiti-cli.mjs" "$@"
|
|
17
17
|
fi
|
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.
|
|
9
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.99.0/node_modules/sass/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.99.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.
|
|
11
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.99.0/node_modules/sass/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/sass@1.99.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/sass@1.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/sass@1.99.0/node_modules/sass/sass.js" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/sass@1.
|
|
16
|
+
exec node "$basedir/../../../../../../../../node_modules/.pnpm/sass@1.99.0/node_modules/sass/sass.js" "$@"
|
|
17
17
|
fi
|
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.
|
|
9
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.
|
|
11
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/vite@6.2.4_@types+node@22.19.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/bin/vite.js" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/vite@6.2.4_@types+node@22.19.
|
|
16
|
+
exec node "$basedir/../../../../../../../../node_modules/.pnpm/vite@6.2.4_@types+node@22.19.19_jiti@2.7.0_lightningcss@1.32.0_sass-embedded@1.99.0_sass@1.99.0_tsx@4.21.0_yaml@2.9.0/node_modules/vite/bin/vite.js" "$@"
|
|
17
17
|
fi
|
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.
|
|
9
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.9.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.
|
|
11
|
+
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/yaml@2.9.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/yaml@2.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../../../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/bin.mjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../../../../node_modules/.pnpm/yaml@2.
|
|
16
|
+
exec node "$basedir/../../../../../../../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/bin.mjs" "$@"
|
|
17
17
|
fi
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
-
esac
|
|
7
|
-
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/@babel+parser@7.29.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
|
-
fi
|
|
13
|
-
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/bin/babel-parser.js" "$@"
|
|
15
|
-
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/bin/babel-parser.js" "$@"
|
|
17
|
-
fi
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
-
esac
|
|
7
|
-
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/dist/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/dist/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/rollup@4.59.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/dist/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/dist/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/rollup@4.59.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
|
-
fi
|
|
13
|
-
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/dist/bin/rollup" "$@"
|
|
15
|
-
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/dist/bin/rollup" "$@"
|
|
17
|
-
fi
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
-
esac
|
|
7
|
-
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules/terser/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules/terser/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules/terser/bin/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules/terser/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/terser@5.46.0/node_modules:/home/runner/work/vite-cli/vite-cli/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
|
-
fi
|
|
13
|
-
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/terser@5.46.0/node_modules/terser/bin/terser" "$@"
|
|
15
|
-
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/terser@5.46.0/node_modules/terser/bin/terser" "$@"
|
|
17
|
-
fi
|