@cedarjs/project-config 5.0.0-canary.2362 → 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 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/src/index.html"),
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/src/index.html"),
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/src/index.html"),
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"),
@@ -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/src/index.html"),
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.2362",
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,10 +54,10 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@arethetypeswrong/cli": "0.18.2",
57
- "@cedarjs/framework-tools": "5.0.0-canary.2362",
57
+ "@cedarjs/framework-tools": "5.0.0-canary.2373",
58
58
  "concurrently": "9.2.1",
59
59
  "prisma": "7.8.0",
60
- "publint": "0.3.20",
60
+ "publint": "0.3.21",
61
61
  "rimraf": "6.1.3",
62
62
  "tsx": "4.21.0",
63
63
  "typescript": "5.9.3",