mirror of
https://github.com/detleph/server.git
synced 2026-09-04 00:26:03 +02:00
Fix media
+ Create media directory on dev start + Create media file on POST
This commit is contained in:
@@ -4,6 +4,7 @@ if ! test -f INITIALIZED; then
|
||||
touch INITIALIZED
|
||||
|
||||
cd /app
|
||||
mkdir media
|
||||
|
||||
npm i -g ts-node nodemon
|
||||
npm i
|
||||
|
||||
Reference in New Issue
Block a user