fix: name prop not properly syncing

This commit is contained in:
2025-12-15 19:08:18 +01:00
parent 37e44e474a
commit 5c396322d9
8 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"name": "/Script"
}

View File

@@ -0,0 +1,2 @@
print("Hello world!")

View File

@@ -0,0 +1,6 @@
{
"name": "slugified_name_roundtrip",
"tree": {
"$path": "src"
}
}

View File

@@ -0,0 +1,3 @@
{
"name": "/Script"
}

View File

@@ -0,0 +1 @@
print("Hello world!")