Graphite/package.json
2023-04-25 00:58:53 +02:00

8 lines
205 B
JSON

{
"description": "A convenience package for calling the real package.json in ./frontend",
"private": true,
"scripts": {
"start": "cd frontend && npm start",
"serve": "cd frontend && npm start"
}
}