Merge pull request #974 from 0xJacky/feat/workspace

enhance: replace error handling with cosy wrapper for nginx reload and test
This commit is contained in:
Jacky 2025-04-18 16:41:44 +08:00
commit 818bf9bcf6
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
31 changed files with 230 additions and 58 deletions

View file

@ -1,4 +1,4 @@
//go:generate go run . -project . -type ts -output ../../app/src/constants/errors -ignore-dirs .devcontainer,app,.github
//go:generate go run . -project ../../ -type ts -output ../../app/src/constants/errors -ignore-dirs .devcontainer,app,.github,cmd
package main
import "github.com/uozi-tech/cosy/errdef"