create-vue 3.16.2 → 3.16.3
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/bundle.js +2 -2
- package/package.json +1 -1
package/bundle.js
CHANGED
|
@@ -2705,7 +2705,7 @@ function emptyRouterConfig(rootDir, needsTypeScript) {
|
|
|
2705
2705
|
//#endregion
|
|
2706
2706
|
//#region package.json
|
|
2707
2707
|
var name = "create-vue";
|
|
2708
|
-
var version = "3.16.
|
|
2708
|
+
var version = "3.16.3";
|
|
2709
2709
|
var description = "🛠️ The recommended way to start a Vite-powered Vue project";
|
|
2710
2710
|
var type = "module";
|
|
2711
2711
|
var packageManager = "pnpm@10.7.0";
|
|
@@ -2783,7 +2783,7 @@ var package_default = {
|
|
|
2783
2783
|
|
|
2784
2784
|
//#endregion
|
|
2785
2785
|
//#region index.ts
|
|
2786
|
-
const language = await getLanguage(
|
|
2786
|
+
const language = await getLanguage(fileURLToPath(new URL("./locales", import.meta.url)));
|
|
2787
2787
|
const FEATURE_FLAGS = [
|
|
2788
2788
|
"default",
|
|
2789
2789
|
"ts",
|