@cedarjs/vite 5.0.0-canary.2414 → 5.0.0-canary.2416

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.
@@ -1 +1 @@
1
- {"version":3,"file":"buildFeServer.d.ts","sourceRoot":"","sources":["../src/buildFeServer.ts"],"names":[],"mappings":"AASA,MAAM,WAAW,YAAY;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,eAAO,MAAM,aAAa,GAAU,sBAAqB,YAAiB,kBA0CzE,CAAA"}
1
+ {"version":3,"file":"buildFeServer.d.ts","sourceRoot":"","sources":["../src/buildFeServer.ts"],"names":[],"mappings":"AASA,MAAM,WAAW,YAAY;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,eAAO,MAAM,aAAa,GAAU,sBAAqB,YAAiB,kBAyCzE,CAAA"}
@@ -14,7 +14,7 @@ const buildFeServer = async ({ verbose, webDir } = {}) => {
14
14
  const streamingSsrEnabled = rwConfig.experimental?.streamingSsr?.enabled;
15
15
  if (!viteConfigPath) {
16
16
  throw new Error(
17
- "Vite config not found. You need to setup your project with Vite using `yarn cedar setup vite`"
17
+ "Vite config not found. Please set up Vite before building."
18
18
  );
19
19
  }
20
20
  if (!rwPaths.web.entryServer || !rwPaths.web.entryClient) {
@@ -37,7 +37,7 @@ const buildFeServer = async ({ verbose, webDir } = {}) => {
37
37
  const streamingSsrEnabled = rwConfig.experimental?.streamingSsr?.enabled;
38
38
  if (!viteConfigPath) {
39
39
  throw new Error(
40
- "Vite config not found. You need to setup your project with Vite using `yarn cedar setup vite`"
40
+ "Vite config not found. Please set up Vite before building."
41
41
  );
42
42
  }
43
43
  if (!rwPaths.web.entryServer || !rwPaths.web.entryClient) {
@@ -68,7 +68,7 @@ async function createServer() {
68
68
  }
69
69
  if (!rwPaths.web.viteConfig) {
70
70
  throw new Error(
71
- "Vite config not found. You need to setup your project with Vite using `yarn cedar setup vite`"
71
+ "Vite config not found. Please set up Vite before running the dev server."
72
72
  );
73
73
  }
74
74
  const viteSsrDevServer = await (0, import_vite.createServer)({
@@ -52,7 +52,7 @@ async function createServer() {
52
52
  }
53
53
  if (!rwPaths.web.viteConfig) {
54
54
  throw new Error(
55
- "Vite config not found. You need to setup your project with Vite using `yarn cedar setup vite`"
55
+ "Vite config not found. Please set up Vite before running the dev server."
56
56
  );
57
57
  }
58
58
  const viteSsrDevServer = await createViteServer({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/vite",
3
- "version": "5.0.0-canary.2414",
3
+ "version": "5.0.0-canary.2416",
4
4
  "description": "Vite configuration package for CedarJS",
5
5
  "repository": {
6
6
  "type": "git",
@@ -69,17 +69,17 @@
69
69
  "@babel/generator": "7.29.1",
70
70
  "@babel/parser": "7.29.3",
71
71
  "@babel/traverse": "7.29.0",
72
- "@cedarjs/api": "5.0.0-canary.2414",
73
- "@cedarjs/auth": "5.0.0-canary.2414",
74
- "@cedarjs/babel-config": "5.0.0-canary.2414",
75
- "@cedarjs/context": "5.0.0-canary.2414",
76
- "@cedarjs/cookie-jar": "5.0.0-canary.2414",
77
- "@cedarjs/graphql-server": "5.0.0-canary.2414",
78
- "@cedarjs/internal": "5.0.0-canary.2414",
79
- "@cedarjs/project-config": "5.0.0-canary.2414",
80
- "@cedarjs/server-store": "5.0.0-canary.2414",
81
- "@cedarjs/testing": "5.0.0-canary.2414",
82
- "@cedarjs/web": "5.0.0-canary.2414",
72
+ "@cedarjs/api": "5.0.0-canary.2416",
73
+ "@cedarjs/auth": "5.0.0-canary.2416",
74
+ "@cedarjs/babel-config": "5.0.0-canary.2416",
75
+ "@cedarjs/context": "5.0.0-canary.2416",
76
+ "@cedarjs/cookie-jar": "5.0.0-canary.2416",
77
+ "@cedarjs/graphql-server": "5.0.0-canary.2416",
78
+ "@cedarjs/internal": "5.0.0-canary.2416",
79
+ "@cedarjs/project-config": "5.0.0-canary.2416",
80
+ "@cedarjs/server-store": "5.0.0-canary.2416",
81
+ "@cedarjs/testing": "5.0.0-canary.2416",
82
+ "@cedarjs/web": "5.0.0-canary.2416",
83
83
  "@fastify/url-data": "6.0.3",
84
84
  "@swc/core": "1.15.33",
85
85
  "@universal-deploy/store": "^0.2.1",