summaryrefslogtreecommitdiff
path: root/examples/with-vitest
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-vitest')
-rw-r--r--examples/with-vitest/package.json2
-rw-r--r--examples/with-vitest/sandbox.config.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 8e3a2443b..f97aaa86c 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^2.10.9",
+ "astro": "^3.0.0-beta.2",
"vitest": "^0.31.4"
}
}
diff --git a/examples/with-vitest/sandbox.config.json b/examples/with-vitest/sandbox.config.json
index 9178af77d..8e476b8cc 100644
--- a/examples/with-vitest/sandbox.config.json
+++ b/examples/with-vitest/sandbox.config.json
@@ -4,7 +4,7 @@
"view": "browser",
"template": "node",
"container": {
- "port": 3000,
+ "port": 4321,
"startScript": "start",
"node": "14"
}