@cedarjs/project-config 5.0.0-canary.2363 → 5.0.0-canary.2373
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/cjs/index.js +1 -1
- package/dist/cjs/packageManager.js +1 -1
- package/dist/index.js +1 -1
- package/dist/packageManager.js +1 -1
- package/package.json +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -312,7 +312,7 @@ function getPaths(BASE_DIR = getBaseDir()) {
|
|
|
312
312
|
generators: import_path2.default.join(BASE_DIR, "web/generators"),
|
|
313
313
|
app: resolveFile(import_path2.default.join(BASE_DIR, "web/src/App")),
|
|
314
314
|
document: resolveFile(import_path2.default.join(BASE_DIR, "web/src/Document")),
|
|
315
|
-
html: import_path2.default.join(BASE_DIR, "web/
|
|
315
|
+
html: import_path2.default.join(BASE_DIR, "web/index.html"),
|
|
316
316
|
config: import_path2.default.join(BASE_DIR, "web/config"),
|
|
317
317
|
viteConfig,
|
|
318
318
|
postcss: import_path2.default.join(BASE_DIR, "web/config/postcss.config.cjs"),
|
|
@@ -279,7 +279,7 @@ function getPaths(BASE_DIR = getBaseDir()) {
|
|
|
279
279
|
generators: import_path2.default.join(BASE_DIR, "web/generators"),
|
|
280
280
|
app: resolveFile(import_path2.default.join(BASE_DIR, "web/src/App")),
|
|
281
281
|
document: resolveFile(import_path2.default.join(BASE_DIR, "web/src/Document")),
|
|
282
|
-
html: import_path2.default.join(BASE_DIR, "web/
|
|
282
|
+
html: import_path2.default.join(BASE_DIR, "web/index.html"),
|
|
283
283
|
config: import_path2.default.join(BASE_DIR, "web/config"),
|
|
284
284
|
viteConfig,
|
|
285
285
|
postcss: import_path2.default.join(BASE_DIR, "web/config/postcss.config.cjs"),
|
package/dist/index.js
CHANGED
|
@@ -247,7 +247,7 @@ function getPaths(BASE_DIR = getBaseDir()) {
|
|
|
247
247
|
generators: path3.join(BASE_DIR, "web/generators"),
|
|
248
248
|
app: resolveFile(path3.join(BASE_DIR, "web/src/App")),
|
|
249
249
|
document: resolveFile(path3.join(BASE_DIR, "web/src/Document")),
|
|
250
|
-
html: path3.join(BASE_DIR, "web/
|
|
250
|
+
html: path3.join(BASE_DIR, "web/index.html"),
|
|
251
251
|
config: path3.join(BASE_DIR, "web/config"),
|
|
252
252
|
viteConfig,
|
|
253
253
|
postcss: path3.join(BASE_DIR, "web/config/postcss.config.cjs"),
|
package/dist/packageManager.js
CHANGED
|
@@ -243,7 +243,7 @@ function getPaths(BASE_DIR = getBaseDir()) {
|
|
|
243
243
|
generators: path3.join(BASE_DIR, "web/generators"),
|
|
244
244
|
app: resolveFile(path3.join(BASE_DIR, "web/src/App")),
|
|
245
245
|
document: resolveFile(path3.join(BASE_DIR, "web/src/Document")),
|
|
246
|
-
html: path3.join(BASE_DIR, "web/
|
|
246
|
+
html: path3.join(BASE_DIR, "web/index.html"),
|
|
247
247
|
config: path3.join(BASE_DIR, "web/config"),
|
|
248
248
|
viteConfig,
|
|
249
249
|
postcss: path3.join(BASE_DIR, "web/config/postcss.config.cjs"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/project-config",
|
|
3
|
-
"version": "5.0.0-canary.
|
|
3
|
+
"version": "5.0.0-canary.2373",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@arethetypeswrong/cli": "0.18.2",
|
|
57
|
-
"@cedarjs/framework-tools": "5.0.0-canary.
|
|
57
|
+
"@cedarjs/framework-tools": "5.0.0-canary.2373",
|
|
58
58
|
"concurrently": "9.2.1",
|
|
59
59
|
"prisma": "7.8.0",
|
|
60
60
|
"publint": "0.3.21",
|