Skip to content

Commit

Permalink
✅ ENS.Infrastructure Project Upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
Texnomic committed Jul 3, 2024
1 parent 2b98545 commit f9e8708
Show file tree
Hide file tree
Showing 4 changed files with 9,584 additions and 6,631 deletions.
43 changes: 43 additions & 0 deletions Texnomic.ENS.Infrastructure/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "localhost (Edge)",
"type": "edge",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}/public"
},
{
"name": "localhost (Chrome)",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}/public"
},
{
"name": "Debug node process",
"type": "node",
"request": "launch",
"cwd": "${workspaceFolder}",
"program": "${workspaceFolder}/truffle-config.js",
"skipFiles": [
"<node_internals/**"
],
"stopOnEntry": true,
"console": "externalTerminal",
"env": {
"port": "3000"
}
}
],
"compounds": [
{
"name": "Launch Node and Browser",
"configurations": [
"Debug node process",
"localhost (Chrome)"
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/0.5.89-alpha">
<PropertyGroup>
<!--Command to run on project build-->
<BuildCommand> </BuildCommand>
<!--Command to run on project clean-->
<CleanCommand> </CleanCommand>
</PropertyGroup>
</Project>
Loading

0 comments on commit f9e8708

Please sign in to comment.