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
62657f7f
Commit
62657f7f
authored
Aug 27, 2022
by
steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update build folder
parent
64332c3e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.gitignore
.gitignore
+1
-1
.air.toml
scripts/.air.toml
+1
-1
build.sh
scripts/build.sh
+1
-1
No files found.
.gitignore
View file @
62657f7f
...
@@ -8,6 +8,6 @@ tmp
...
@@ -8,6 +8,6 @@ tmp
web/dist
web/dist
# build folder
# build folder
memos-
build
build
.DS_Store
.DS_Store
\ No newline at end of file
scripts/.air.toml
View file @
62657f7f
...
@@ -5,7 +5,7 @@ tmp_dir = ".air"
...
@@ -5,7 +5,7 @@ tmp_dir = ".air"
bin
=
"./.air/memos"
bin
=
"./.air/memos"
cmd
=
"go build -o ./.air/memos ./bin/server/main.go"
cmd
=
"go build -o ./.air/memos ./bin/server/main.go"
delay
=
1000
delay
=
1000
exclude_dir
=
[
".air"
,
"web"
]
exclude_dir
=
[
".air"
,
"web"
,
"build"
]
exclude_file
=
[]
exclude_file
=
[]
exclude_regex
=
[]
exclude_regex
=
[]
exclude_unchanged
=
false
exclude_unchanged
=
false
...
...
scripts/build.sh
View file @
62657f7f
...
@@ -8,6 +8,6 @@ cd "$(dirname "$0")/../"
...
@@ -8,6 +8,6 @@ cd "$(dirname "$0")/../"
echo
"Start building backend..."
echo
"Start building backend..."
go build
-o
./
memos-
build/memos ./bin/server/main.go
go build
-o
./build/memos ./bin/server/main.go
echo
"Backend built!"
echo
"Backend built!"
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