@weapp-core/schematics 1.0.11 → 1.0.13
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/dist/index.cjs +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -69,7 +69,7 @@ export default defineAppJson({
|
|
|
69
69
|
`;
|
|
70
70
|
} else {
|
|
71
71
|
return JSONStringify({
|
|
72
|
-
$schema: "https://vite.
|
|
72
|
+
$schema: "https://ice-vite.netlify.app/app.json",
|
|
73
73
|
usingComponents: {},
|
|
74
74
|
pages: [
|
|
75
75
|
"pages/index/index"
|
|
@@ -94,7 +94,7 @@ export default definePageJson({
|
|
|
94
94
|
`;
|
|
95
95
|
} else {
|
|
96
96
|
return JSONStringify({
|
|
97
|
-
$schema: "https://vite.
|
|
97
|
+
$schema: "https://ice-vite.netlify.app/page.json",
|
|
98
98
|
usingComponents: {}
|
|
99
99
|
});
|
|
100
100
|
}
|
|
@@ -119,7 +119,7 @@ export default defineComponentJson({
|
|
|
119
119
|
`;
|
|
120
120
|
} else {
|
|
121
121
|
return JSONStringify({
|
|
122
|
-
$schema: "https://vite.
|
|
122
|
+
$schema: "https://ice-vite.netlify.app/component.json",
|
|
123
123
|
component: true,
|
|
124
124
|
styleIsolation: "apply-shared",
|
|
125
125
|
usingComponents: {}
|
package/dist/index.js
CHANGED
|
@@ -42,7 +42,7 @@ export default defineAppJson({
|
|
|
42
42
|
`;
|
|
43
43
|
} else {
|
|
44
44
|
return JSONStringify({
|
|
45
|
-
$schema: "https://vite.
|
|
45
|
+
$schema: "https://ice-vite.netlify.app/app.json",
|
|
46
46
|
usingComponents: {},
|
|
47
47
|
pages: [
|
|
48
48
|
"pages/index/index"
|
|
@@ -67,7 +67,7 @@ export default definePageJson({
|
|
|
67
67
|
`;
|
|
68
68
|
} else {
|
|
69
69
|
return JSONStringify({
|
|
70
|
-
$schema: "https://vite.
|
|
70
|
+
$schema: "https://ice-vite.netlify.app/page.json",
|
|
71
71
|
usingComponents: {}
|
|
72
72
|
});
|
|
73
73
|
}
|
|
@@ -92,7 +92,7 @@ export default defineComponentJson({
|
|
|
92
92
|
`;
|
|
93
93
|
} else {
|
|
94
94
|
return JSONStringify({
|
|
95
|
-
$schema: "https://vite.
|
|
95
|
+
$schema: "https://ice-vite.netlify.app/component.json",
|
|
96
96
|
component: true,
|
|
97
97
|
styleIsolation: "apply-shared",
|
|
98
98
|
usingComponents: {}
|