feat: add plane.so to turbo

This commit is contained in:
pablohashescobar 2022-12-21 00:56:19 +05:30
parent 5856e2c477
commit 1fc4f4d2db
76 changed files with 4748 additions and 96 deletions

View file

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev --port 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"