From 785cc2cfc5acf16e447e7084e0b59cece0561494 Mon Sep 17 00:00:00 2001 From: Kevin Menn Date: Thu, 16 Apr 2026 02:31:27 +0200 Subject: [PATCH] Initial Release --- package.json | 13 +++++++++++++ pnpm-workspace.yaml | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 package.json create mode 100644 pnpm-workspace.yaml 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