@canva/cli 0.0.1-beta.29 → 0.0.1-beta.30
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/cli.js +234 -234
- package/package.json +1 -1
- package/templates/base/webpack.config.ts +1 -1
- package/templates/dam/webpack.config.ts +1 -1
- package/templates/data_connector/webpack.config.ts +1 -1
- package/templates/gen_ai/webpack.config.ts +1 -1
- package/templates/hello_world/webpack.config.ts +1 -1
package/package.json
CHANGED
|
@@ -23,7 +23,7 @@ export function buildConfig({
|
|
|
23
23
|
devConfig,
|
|
24
24
|
appEntry = path.join(process.cwd(), "src", "index.tsx"),
|
|
25
25
|
backendHost = process.env.CANVA_BACKEND_HOST,
|
|
26
|
-
// For IN_HARNESS, refer to the following docs for more information: https://www.canva.dev/docs/apps/
|
|
26
|
+
// For IN_HARNESS, refer to the following docs for more information: https://www.canva.dev/docs/apps/test-harness/
|
|
27
27
|
inHarness = process.env.IN_HARNESS === "true",
|
|
28
28
|
}: {
|
|
29
29
|
devConfig?: DevConfig;
|
|
@@ -23,7 +23,7 @@ export function buildConfig({
|
|
|
23
23
|
devConfig,
|
|
24
24
|
appEntry = path.join(process.cwd(), "src", "index.tsx"),
|
|
25
25
|
backendHost = process.env.CANVA_BACKEND_HOST,
|
|
26
|
-
// For IN_HARNESS, refer to the following docs for more information: https://www.canva.dev/docs/apps/
|
|
26
|
+
// For IN_HARNESS, refer to the following docs for more information: https://www.canva.dev/docs/apps/test-harness/
|
|
27
27
|
inHarness = process.env.IN_HARNESS === "true",
|
|
28
28
|
}: {
|
|
29
29
|
devConfig?: DevConfig;
|
|
@@ -23,7 +23,7 @@ export function buildConfig({
|
|
|
23
23
|
devConfig,
|
|
24
24
|
appEntry = path.join(process.cwd(), "src", "index.tsx"),
|
|
25
25
|
backendHost = process.env.CANVA_BACKEND_HOST,
|
|
26
|
-
// For IN_HARNESS, refer to the following docs for more information: https://www.canva.dev/docs/apps/
|
|
26
|
+
// For IN_HARNESS, refer to the following docs for more information: https://www.canva.dev/docs/apps/test-harness/
|
|
27
27
|
inHarness = process.env.IN_HARNESS === "true",
|
|
28
28
|
}: {
|
|
29
29
|
devConfig?: DevConfig;
|
|
@@ -23,7 +23,7 @@ export function buildConfig({
|
|
|
23
23
|
devConfig,
|
|
24
24
|
appEntry = path.join(process.cwd(), "src", "index.tsx"),
|
|
25
25
|
backendHost = process.env.CANVA_BACKEND_HOST,
|
|
26
|
-
// For IN_HARNESS, refer to the following docs for more information: https://www.canva.dev/docs/apps/
|
|
26
|
+
// For IN_HARNESS, refer to the following docs for more information: https://www.canva.dev/docs/apps/test-harness/
|
|
27
27
|
inHarness = process.env.IN_HARNESS === "true",
|
|
28
28
|
}: {
|
|
29
29
|
devConfig?: DevConfig;
|
|
@@ -23,7 +23,7 @@ export function buildConfig({
|
|
|
23
23
|
devConfig,
|
|
24
24
|
appEntry = path.join(process.cwd(), "src", "index.tsx"),
|
|
25
25
|
backendHost = process.env.CANVA_BACKEND_HOST,
|
|
26
|
-
// For IN_HARNESS, refer to the following docs for more information: https://www.canva.dev/docs/apps/
|
|
26
|
+
// For IN_HARNESS, refer to the following docs for more information: https://www.canva.dev/docs/apps/test-harness/
|
|
27
27
|
inHarness = process.env.IN_HARNESS === "true",
|
|
28
28
|
}: {
|
|
29
29
|
devConfig?: DevConfig;
|