From c5789554f6e2caac22db1adef43d368d5950c275 Mon Sep 17 00:00:00 2001 From: Steve Dignam Date: Thu, 5 Mar 2026 20:00:30 -0500 Subject: [PATCH] playground: fix system link to moved builtins sql --- playground/src/builtins.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/src/builtins.sql b/playground/src/builtins.sql index bcfb4e5b..7ef8eca0 120000 --- a/playground/src/builtins.sql +++ b/playground/src/builtins.sql @@ -1 +1 @@ -../../crates/squawk_ide/src/builtins.sql \ No newline at end of file +../../crates/squawk_ide/src/generated/builtins.sql \ No newline at end of file