This commit is contained in:
砂糖
2025-10-10 16:47:38 +08:00
commit 3db2ccf591
1160 changed files with 157697 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "pkg-b",
"scripts": {
"prebuild": "echo \"Executing pre-build step...\"",
"build": "echo \"Welcome to the Turboverse.\" > output-file.txt && cat output-file.txt",
"check-types": "echo \"Types checked!\""
},
"dependencies": {
"tooling-config": "workspace:*"
}
}