Skip to content
Snippets Groups Projects
Commit e1e44ec2 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

UPD: require up-to-date pnpm and add dev-host script

parent c485fc30
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,13 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@8.15.2+sha1.798034f615aa211c6c2ae00010cc20be5fc102ee",
"packageManager": "pnpm@10.2.1",
"engines": {
"pnpm": "10.2.1"
},
"scripts": {
"dev": "vite",
"dev-host": "vite --host",
"build": "run-p type-check-ci \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment