Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit a08c124

Browse files
committed
chore: update example
1 parent c3a5d69 commit a08c124

File tree

4 files changed

+24
-15
lines changed

4 files changed

+24
-15
lines changed

example/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
"start": "vue-ssr start"
1010
},
1111
"dependencies": {
12+
"@vueuse/head": "^1.1.26",
1213
"pinia": "^2.0.35",
1314
"vue": "^3.2.47",
1415
"vue-router": "4"
1516
},
1617
"devDependencies": {
18+
"@bistroo/vue-ssr": "workspace:*",
1719
"@vue/tsconfig": "^0.1.3",
18-
"@bistroo/vue-ssr": "workspace:*"
20+
"typescript": "^4.9.4"
1921
}
2022
}

example/tsconfig.node.json renamed to example/tsconfig.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "@vue/tsconfig/tsconfig.node.json",
3-
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
3+
"include": ["vue-ssr.config.ts", "vitest.config.*", "cypress.config.*"],
44
"compilerOptions": {
55
"composite": true,
66
"types": ["node"]

example/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
"references": [
1212
{
13-
"path": "./tsconfig.node.json"
13+
"path": "./tsconfig.config.json"
1414
}
1515
]
1616
}

pnpm-lock.yaml

+19-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)