mirror of
https://github.com/cupcakearmy/obolus.git
synced 2024-12-22 16:16:27 +00:00
8 lines
210 B
JSON
8 lines
210 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev:local": "npm --prefix ./www run dev:local & npm --prefix ./api run dev",
|
|
"dev:docker": "docker-compose up",
|
|
"clean": "rm -r ./api/node_modules/sqlite3"
|
|
}
|
|
} |