feat: setup project

This commit is contained in:
2026-09-05 15:27:53 +05:00
parent ae2a7e1ce9
commit c79681dc59
43 changed files with 2194 additions and 14 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "idle-xboct",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@11.20.0",
"engines": {
"node": ">=22"
},
"scripts": {
"dev": "pnpm -r --parallel --stream dev",
"build": "pnpm -r build",
"typecheck": "pnpm -r typecheck"
}
}