mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 04:22:12 +00:00
[examples] Upgrade SvelteKit template to 1.0.0 (#9070)
🎉 Kit is live! 🎉 Merge prior to #9030. Manually updates Kit to latest (will need to have a commit pushed after 1.0 goes live on NPM). Co-authored-by: Steven <steven@ceriously.com>
This commit is contained in:
committed by
GitHub
parent
363dfef68c
commit
0e4c7fa74a
10
examples/sveltekit-1/playwright.config.js
Normal file
10
examples/sveltekit-1/playwright.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/** @type {import('@playwright/test').PlaywrightTestConfig} */
|
||||
const config = {
|
||||
webServer: {
|
||||
command: 'npm run build && npm run preview',
|
||||
port: 4173
|
||||
},
|
||||
testDir: 'tests'
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user