Add deploy

This commit is contained in:
Lorenzo Venerandi
2025-01-29 22:45:08 +01:00
parent 804e789056
commit 2c79fd94c7
5 changed files with 104 additions and 8 deletions

View File

@@ -1,7 +1,11 @@
import argparse
import src
from dotenv import load_dotenv
def main():
load_dotenv()
parser = argparse.ArgumentParser(
description="Generate, build and deploy WASM components written in go"
)