This website requires JavaScript.
Explore
Help
Register
Sign In
RPJosh
/
authelia
Watch
1
Star
0
Fork
You've already forked authelia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
85d3adc3e3
authelia
/
scripts
/
run-dev-server.sh
4 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
Backend and frontend are reloaded on code change.
2019-01-11 21:11:54 +00:00
#!/bin/sh
Fix e2e test with minimal configuration.
2019-01-30 15:47:03 +00:00
./node_modules/.bin/ts-node -P ./server/tsconfig.json ./server/src/index.ts
$*