aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ngs.gleam4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngs.gleam b/src/ngs.gleam
index f7f71ad..225d465 100644
--- a/src/ngs.gleam
+++ b/src/ngs.gleam
@@ -12,7 +12,7 @@ pub fn bundle_build(
@external(javascript, "./ngs_ffi.mjs", "copy_build")
pub fn copy_build(
- sql f: String,
+ conf f: String,
outfile o: String,
) -> Promise(Result(Nil, String))
@@ -24,7 +24,7 @@ pub fn bundle_watch(
@external(javascript, "./ngs_ffi.mjs", "copy_watch")
pub fn copy_watch(
- sql f: String,
+ conf f: String,
outfile o: String,
) -> Promise(Result(Nil, String))