- update favicon path (currently hardcoded for now) - comment out broken thumbnail in articles - add commands to root package.json
16 lines
335 B
JSON
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/*"
|
|
]
|
|
}
|