Pyhton server integration

This commit is contained in:
2025-09-01 11:00:23 -06:00
parent 25ad465bf4
commit 9ab56dfbfe
9 changed files with 449 additions and 64 deletions

View File

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