cvsa/packages/frontend/deno.json

8 lines
108 B
JSON

{
"name": "@cvsa/frontend",
"tasks": {
"preview": "bun run astro preview"
},
"exports": "./main.ts"
}