aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2023-08-23 03:39:26 -0400
committerPauline <git@ethanlibs.co>2023-08-23 03:39:26 -0400
commit7a77a68702e947597120226e140885345a21c463 (patch)
tree91a2d38cc304eaf5e9f50498f637c9a25f8b1fa2 /package.json
parenta7c97d40a34b09d3f488a60106ba82ecd0e8b61e (diff)
downloadNexus-7a77a68702e947597120226e140885345a21c463.tar.gz
Nexus-7a77a68702e947597120226e140885345a21c463.tar.bz2
Nexus-7a77a68702e947597120226e140885345a21c463.zip
web: initial astro framework
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index bb6cab6..843c112 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,9 @@
{
"name": "@polyfrost/nexus",
"private": true,
- "scripts": {},
+ "scripts": {
+ "website": "pnpm --filter @polyfrost/website"
+ },
"devDependencies": {
"@babel/plugin-syntax-import-assertions": "^7.22.5",
"@storybook/react-vite": "^7.3.2",