1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-12 00:11:21 +00:00
bramw_baserow/sandbox/package.json

13 lines
258 B
JSON

{
"name": "baserow-sandbox",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt --hostname 0.0.0.0",
"generate": "nuxt generate",
"start": "nuxt start"
},
"dependencies": {
"baserow": "link:../web-frontend"
}
}