6 lines
No EOL
48 B
Bash
Executable file
6 lines
No EOL
48 B
Bash
Executable file
#!/bin/bash
|
|
set -a
|
|
source .env
|
|
set +a
|
|
|
|
npm start |