This commit is contained in:
2025-10-19 15:43:04 +08:00
parent 9894e82a99
commit 66964305d3
2 changed files with 45 additions and 41 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "@kevisual/astro-simplate-template",
"name": "@kevisual/me-dnake-docs",
"version": "0.0.1",
"description": "",
"main": "index.js",
"basename": "/root/astro-simplate-template",
"basename": "/root/me-dnake-docs",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"pub": "envision deploy ./dist -k astro-simplate-template -v 0.0.1 -u",
"pub": "envision deploy ./dist -k me-dnake-docs -v 0.0.1 -u",
"sn": "pnpm dlx shadcn@latest add "
},
"keywords": [],