Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kratos-layout
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizifeng
kratos-layout
Commits
55b3fe9c
Commit
55b3fe9c
authored
Jun 08, 2022
by
kzkzzzz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加air默认配置
parent
e3709c5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
+36
-0
.air.toml
.air.toml
+36
-0
No files found.
.air.toml
0 → 100644
View file @
55b3fe9c
root
=
"."
testdata_dir
=
"testdata"
tmp_dir
=
"bin"
[build]
bin
=
"./bin/cmd -conf configs/config.yaml"
cmd
=
"go build -o bin/ ./..."
delay
=
200
exclude_dir
=
[
"assets"
,
"tmp"
,
"vendor"
,
"testdata"
,
"bin"
]
exclude_file
=
[]
exclude_regex
=
["_test.go"]
exclude_unchanged
=
false
follow_symlink
=
false
full_bin
=
""
include_dir
=
[]
include_ext
=
[
"go"
,
"tpl"
,
"tmpl"
,
"html"
]
kill_delay
=
100
log
=
"build-errors.log"
send_interrupt
=
true
stop_on_error
=
true
[color]
app
=
""
build
=
"yellow"
main
=
"magenta"
runner
=
"green"
watcher
=
"cyan"
[log]
time
=
true
[misc]
clean_on_exit
=
false
[screen]
clear_on_rebuild
=
false
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment