Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
403
Merge Requests
63
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
f76aff4a
Commit
f76aff4a
authored
5 minutes ago
by
Emiliano Balbuena
Browse files
Options
Download
(refactor): Live server only for Linux
parent
63fd4ff9
goal/local-infra
1 merge request
!766
WIP: Local infrastructure provisioner (front)
Pipeline
#116637040
running with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
containers/live-server-compiler/monitor.sh
View file @
f76aff4a
...
...
@@ -2,4 +2,4 @@
set
-e
cd
/var/www/Minds/front
npx nodemon
-
L
--delay
3
--watch
server.ts
--watch
dist
--ignore
dist/server/
--ignore
dist/server.js
--ext
js,css,jpg,png,svg,mp4,webp,webm
--exec
"/usr/bin/env sh"
/build.sh
npx nodemon
-
-delay
3
--watch
server.ts
--watch
dist/en/
--ext
js,css,jpg,png,svg,mp4,webp,webm
--exec
"/usr/bin/env sh"
/build.sh
This diff is collapsed.
containers/live-server/monitor.sh
View file @
f76aff4a
...
...
@@ -2,4 +2,4 @@
set
-e
cd
/var/www/Minds/front
npx nodemon
-
L
--delay
3
--watch
dist
--ignore
dist/en
--ext
js,mjs
--exec
"/usr/bin/env sh"
/serve.sh
npx nodemon
-
-delay
3
--watch
dist/server.js
--watch
dist/server
--ext
js,mjs
--exec
"/usr/bin/env sh"
/serve.sh
This diff is collapsed.
Please
register
or
sign in
to comment