Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Vũ Hoàng Anh
canifa_note
Commits
f1eacfef
Commit
f1eacfef
authored
Jan 19, 2025
by
johnnyjoy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(dev): update build directory
parent
edc3f1d9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
11 deletions
+8
-11
.gitignore
.gitignore
+0
-3
.air-windows.toml
scripts/.air-windows.toml
+4
-4
.air.toml
scripts/.air.toml
+4
-4
No files found.
.gitignore
View file @
f1eacfef
# Air (hot reload) generated
.air
# temp folder
# temp folder
tmp
tmp
...
...
scripts/.air-windows.toml
View file @
f1eacfef
root
=
"."
root
=
"."
tmp_dir
=
"
.air
"
tmp_dir
=
"
build
"
[build]
[build]
bin
=
"./
.air
/memos.exe --mode dev"
bin
=
"./
build
/memos.exe --mode dev"
cmd
=
"go build -o ./
.air
/memos.exe ./bin/memos/main.go"
cmd
=
"go build -o ./
build
/memos.exe ./bin/memos/main.go"
delay
=
1000
delay
=
1000
exclude_dir
=
[
"
.air"
,
"
web"
,
"build"
]
exclude_dir
=
[
"web"
,
"build"
]
include_ext
=
[
"go"
,
"mod"
,
"sum"
]
include_ext
=
[
"go"
,
"mod"
,
"sum"
]
exclude_file
=
[]
exclude_file
=
[]
exclude_regex
=
[]
exclude_regex
=
[]
...
...
scripts/.air.toml
View file @
f1eacfef
root
=
"."
root
=
"."
tmp_dir
=
"
.air
"
tmp_dir
=
"
build
"
[build]
[build]
bin
=
"./
.air
/memos --mode dev"
bin
=
"./
build
/memos --mode dev"
cmd
=
"go build -o ./
.air
/memos ./bin/memos/main.go"
cmd
=
"go build -o ./
build
/memos ./bin/memos/main.go"
delay
=
1000
delay
=
1000
exclude_dir
=
[
"
.air"
,
"
web"
,
"build"
]
exclude_dir
=
[
"web"
,
"build"
]
include_ext
=
[
"go"
,
"mod"
,
"sum"
]
include_ext
=
[
"go"
,
"mod"
,
"sum"
]
exclude_file
=
[]
exclude_file
=
[]
exclude_regex
=
[]
exclude_regex
=
[]
...
...
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