chore(repo): initialize pnpm workspace and turbo pipeline

This commit is contained in:
2026-04-04 11:43:36 +08:00
parent 88023bb907
commit cdbd3e1092
5 changed files with 134 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "todolist",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "turbo run test",
"dev": "turbo run dev --parallel",
"build": "turbo run build",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"format": "turbo run format"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-or-later",
"private": true,
"packageManager": "pnpm@9.15.2",
"devDependencies": {
"turbo": "^2.9.3"
}
}