commit 785cc2cfc5acf16e447e7084e0b59cece0561494 Author: Kevin Menn Date: Thu Apr 16 02:31:27 2026 +0200 Initial Release diff --git a/package.json b/package.json new file mode 100644 index 0000000..744946c --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "manga-app-nuxt", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "packageManager": "pnpm@10.33.0" +} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..4340350 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,2 @@ +packages: + - 'packages/*' \ No newline at end of file