Compare commits

...

4 Commits

Author SHA1 Message Date
Sieciech d686de2a1d Merge 2021-07-27 13:51:20 +02:00
Sieciech e82f488f9a update startup 2021-07-27 13:45:22 +02:00
Sieciech 3837371268 demo homepage and ui 2021-07-27 12:51:52 +02:00
Sieciech 8b483ef021 changes 2021-07-26 16:43:18 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
echo "> Configure cache"
mkdir -p /tmp/app/{vendor/node_modules}
mkdir -p /tmp/app/{vendor,node_modules}
ln -s /tmp/app/node_modules /web/frontend/node_modules
ln -s /tmp/app/vendor /web/backend/vendor