diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index ee7d8f1..0000000 --- a/.gitpod.yml +++ /dev/null @@ -1,10 +0,0 @@ -image: "gitpod/workspace-bun:latest" - -tasks: - - init: "bun install" - -vscode: - extensions: - - "esbenp.prettier-vscode" - - "NomicFoundation.hardhat-solidity" - - "ritwickdey.LiveServer"