mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Enabled get all products with sdk. but needs normalizing
Added vs code debug script
This commit is contained in:
22
.vscode/launch.json
vendored
Normal file
22
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Next: Node",
|
||||
"runtimeExecutable": "${workspaceFolder}/node_modules/next/dist/bin/next",
|
||||
"env": {
|
||||
"NODE_OPTIONS": "--inspect"
|
||||
},
|
||||
"port": 9229,
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
],
|
||||
"compounds": [
|
||||
{
|
||||
"name": "Next: Full",
|
||||
"configurations": ["Next: Node"]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user