Skip to content

Commit

Permalink
Merge pull request #657 from trheyi/main
Browse files Browse the repository at this point in the history
refactor: optimize the SUI page compiler
  • Loading branch information
trheyi authored Jul 6, 2024
2 parents 6f49ae3 + 6542c6e commit e95949a
Show file tree
Hide file tree
Showing 6 changed files with 336 additions and 311 deletions.
2 changes: 1 addition & 1 deletion sui/api/sui_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func prepare(t *testing.T) {
t.Fatal(err)
}

err = advanced.Build(&core.BuildOption{SSR: true})
err = advanced.Build(&core.BuildOption{SSR: true, AssetRoot: "/unit-test/assets"})
if err != nil {
t.Fatal(err)
}
Expand Down
Loading

0 comments on commit e95949a

Please sign in to comment.