diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/package.json b/package.json index bf310a4..570ed0f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "dev": "pnpm --dir web dev" }, "keywords": [], "author": "Ku6epXBOCTuK", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 98609f8..70a235e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -197,3 +197,12 @@ snapshots: pnpm@11.22.0: {} --- +lockfileVersion: '9.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + +importers: + + .: {}