From 58587c72744879e768ac5f8ec031425da4268e5c Mon Sep 17 00:00:00 2001 From: VamshiReddy02 Date: Tue, 24 Jun 2025 18:49:00 +0530 Subject: [PATCH] fix spin.toml error Signed-off-by: VamshiReddy02 --- spin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spin.toml b/spin.toml index f4f16c81..057e2ddc 100644 --- a/spin.toml +++ b/spin.toml @@ -63,7 +63,7 @@ watch = ["content/**/*", "templates/*"] source = "modules/spin_static_fs.wasm" files = [{ source = "static/", destination = "/" }] [component.fileserver-static.build] -command = ["npm run bundle-scripts-ci"] +command = "npm run bundle-scripts-ci" [component.fileserver-downloads] source = "modules/spin_static_fs.wasm"