profile: remove lua profile resolver

This commit is contained in:
2026-07-11 04:44:32 +09:00
parent 156f8ad044
commit 254360f1ab
24 changed files with 473 additions and 980 deletions
+1 -1
View File
@@ -497,7 +497,7 @@ mod tests {
);
metadata.resolved_manifest_snapshot = Some(serde_json::json!({
"worker": { "name": "profile-worker" },
"profile": { "source": { "kind": "path", "path": "/profiles/coder.lua" } }
"profile": { "source": { "kind": "path", "path": "/profiles/coder.toml" } }
}));
let json = serde_json::to_string(&metadata).unwrap();