bin: move build.sh and add serve.sh
Anirudh Oppiliappan x@icyphox.sh
Sat, 05 Feb 2022 09:27:17 +0530
3 files changed,
5 insertions(+),
1 deletions(-)
A
bin/serve.sh
@@ -0,0 +1,4 @@
+#!/bin/sh + +python3 -m http.server --directory build &> /dev/null +find pages/ | entr vite build
M
netlify.toml
→
netlify.toml
@@ -1,3 +1,3 @@
[build] publish = "build/" - command = "./build.sh" + command = "./bin/build.sh"