Initialize project workspace using tauri-app and create-next-app

This commit is contained in:
chrox
2024-09-24 13:03:45 +02:00
commit 866964cb12
43 changed files with 12313 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "@readest/monorepo",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^8",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"typescript": "^5"
}
}