chore: add intermediate changes

This commit is contained in:
2026-04-21 23:46:20 +02:00
parent e1f5308dd3
commit bf04e97850
5 changed files with 16 additions and 10 deletions
+2 -3
View File
@@ -58,9 +58,8 @@ func GrabEnvironment() Environment {
func EnsureOperation(workDir string) error {
nDirs := []string{
workDir,
filepath.Join(workDir, "data"),
filepath.Join(workDir, "data", "content"),
filepath.Join(workDir, "web"),
filepath.Join(workDir),
filepath.Join(workDir, "content"),
}
for _, p := range nDirs {