Initial Commit

This commit is contained in:
Senofy
2026-03-07 22:07:02 -06:00
parent b33c43aa0c
commit a9b6acd479
17 changed files with 1665 additions and 117 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "autotrader-next",
"runtimeExecutable": "npx",
"runtimeArgs": ["next", "dev", "--port", "3000"],
"port": 3000,
"cwd": "D:\\Development\\market-dev\\autotrader-firms\\autotrader-next"
}
]
}