mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-05 22:52:46 +00:00
5 lines
56 B
Bash
5 lines
56 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
go generate pkg/console/console.go
|