Skip to content

Commit

Permalink
Merge pull request #253 from Ubugeeei/246-fix-dev-setup
Browse files Browse the repository at this point in the history
fix: dev setup #246
  • Loading branch information
ubugeeei authored Feb 4, 2024
2 parents 61b809a + 56bd03a commit 74cc863
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/chibivue-playground/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const red = (s: string) => `\x1b[31m${s}\x1b[0m`
const green = (s: string) => `\x1b[32m${s}\x1b[0m`
const blue = (s: string) => `\x1b[34m${s}\x1b[0m`

const targetDirPath = 'example/playground'
const targetDirPath = 'examples/playground'

// check if target path is empty
if (!targetDirPath) {
Expand Down
9 changes: 4 additions & 5 deletions tools/chibivue-playground/template/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "chibi-vue",
"version": "1.0.0",
"name": "@examples/playground",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite"
},
"author": "Ubugeeei <[email protected]>",
"devDependencies": {
"vite": "^3.0.9"
"vite": "^5"
},
"volta": {
"node": "18.14.0"
"node": "20.10.0"
}
}

0 comments on commit 74cc863

Please sign in to comment.