diff --git a/package.json b/package.json index 8b373c2..79f57e3 100644 --- a/package.json +++ b/package.json @@ -51,12 +51,14 @@ "lint:fix": "eslint . --fix", "test": "vitest", "test:update": "vitest --update", - "play": "npm -C playground run dev" + "play": "vite playground", + "deploy": "vite build playground" }, "devDependencies": { "@antfu/eslint-config": "^0.41.0", "@babel/types": "^7.22.11", "@types/node": "^20.5.9", + "@vitejs/plugin-vue": "^4.3.4", "bumpp": "^9.2.0", "eslint": "^8.48.0", "typescript": "5.1.6", diff --git a/playground/package.json b/playground/package.json deleted file mode 100644 index e4d94d6..0000000 --- a/playground/package.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "playground", - "type": "module", - "version": "0.0.0", - "private": true, - "scripts": { - "dev": "vite", - "build": "vue-tsc && vite build", - "preview": "vite preview" - }, - "dependencies": { - "vue": "^3.3.4" - }, - "devDependencies": { - "@vitejs/plugin-vue": "^4.2.3", - "typescript": "^5.0.2", - "vite": "^4.4.5", - "vue-tsc": "^1.8.5" - } -} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6fd483e..3df7f62 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,6 +17,9 @@ importers: '@types/node': specifier: ^20.5.9 version: 20.5.9 + '@vitejs/plugin-vue': + specifier: ^4.3.4 + version: 4.3.4(vite@4.4.9)(vue@3.3.4) bumpp: specifier: ^9.2.0 version: 9.2.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml deleted file mode 100644 index 52fdbb5..0000000 --- a/pnpm-workspace.yaml +++ /dev/null @@ -1,2 +0,0 @@ -packages: - - playground