Basic Entity hierarchy sync

This commit is contained in:
Simon Lübeß
2024-11-15 13:34:54 +01:00
parent d2efc6c5c4
commit 28c2922b89
15 changed files with 472 additions and 53 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ StartupObject = "EditorUI.Program"
BuildKind = "StaticLib"
BuildCommandsOnCompile = "IfFilesChanged"
BuildCommandsOnRun = "IfFilesChanged"
PreBuildCmds = ["npm run build"]
PreBuildCmds = ["npm run build:debug"]
PostBuildCmds = ["CopyToDependents(\"$(ProjectDir)/dist\")"]