Update script to pay webapp deployer before deployment request (#14)

Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75)

Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
Reviewed-on: cerc-io/snowballtools-base#14
This commit is contained in:
2024-10-25 10:01:22 +00:00
co-authored by Adw8
parent 3fa60f3cdf
commit be90fc76c1
7 changed files with 58 additions and 44 deletions
+1
View File
@@ -4,6 +4,7 @@
"version": "1.0.0",
"main": "dist/index.js",
"module": "./dist/index.mjs",
"types": "./src",
"scripts": {
"build": "npx tsup src/index.ts --dts --format esm,cjs --sourcemap",
"lint": "tsc --noEmit"
-1
View File
@@ -1,4 +1,3 @@
import { addProjectFromTemplate } from "./mutations";
// Note: equivalent to types present in GQL schema
export enum Role {