mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-05-11 06:11:15 +00:00
12 lines
206 B
JSON
12 lines
206 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "nextjs-dev",
|
|
"runtimeExecutable": "cmd.exe",
|
|
"runtimeArgs": ["/c", "npx next dev --port 3001"],
|
|
"port": 3001
|
|
}
|
|
]
|
|
}
|