all repos — web @ 91790b83e9ce4c9cec8b1d449c358cb4b8a6218b

Landing page for forlater.email

Add netlify.toml
Anirudh Oppiliappan x@icyphox.sh
Tue, 14 Sep 2021 22:00:23 +0530
commit

91790b83e9ce4c9cec8b1d449c358cb4b8a6218b

parent

09c330a276b5716d8117f8e376c62f36dd1d1faf

2 files changed, 10 insertions(+), 0 deletions(-)

jump to
A build.sh

@@ -0,0 +1,7 @@

+#!/bin/sh + +rm -rf go-vite +git clone https://github.com/icyphox/go-vite +cd go-vite && make && cd .. +mkdir build +go-vite/vite build
A netlify.toml

@@ -0,0 +1,3 @@

+[build] + publish = "build/" + command = "./build.sh"