mackenzii/package.json
Lightling fbaf68087e
tweaks to get builds going
- update favicon path (currently hardcoded for now)
- comment out broken thumbnail in articles
- add commands to root package.json
2024-10-18 20:42:25 -04:00

16 lines
335 B
JSON

{
"name": "@goldenwere/mackenzii",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "npm start -w=frontend",
"build": "npm run build -w=frontend",
"preview": "npm run preview -w=frontend",
"cms": "npm run develop -w=cms"
},
"workspaces": [
"projects/*",
"libs/*"
]
}