[crawler]: stabilize import

This commit is contained in:
2025-11-02 21:26:07 +02:00
parent 07bb3992ad
commit c53c0b576b
51 changed files with 441 additions and 685 deletions
-17
View File
@@ -1,17 +0,0 @@
{
"name": "basango-monorepo",
"private": true,
"version": "0.1.0",
"workspaces": [
"apps/*"
],
"scripts": {
"build": "tsc -b",
"test": "vitest --run"
},
"devDependencies": {
"typescript": "^5.4.0",
"vitest": "^1.6.0",
"@types/node": "^20.11.30"
}
}