debug
This commit is contained in:
parent
7d04d8861f
commit
ea997b41de
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ import (
|
|||
"go/token"
|
||||
"golang.org/x/mod/modfile"
|
||||
"io/fs"
|
||||
"log/slog"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"slices"
|
||||
|
|
@ -421,6 +422,9 @@ func writePagesFile() {
|
|||
func writeAssetsFile() {
|
||||
cwd := process.GetWorkingDir()
|
||||
config := dirutil.GetConfig()
|
||||
|
||||
slog.Debug("writing assets file", slog.String("cwd", cwd), slog.String("config", config.PublicAssetPath))
|
||||
|
||||
distAssets := filepath.Join(cwd, "assets", "dist")
|
||||
hasAssets := false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue