You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
334 B

> ghostfolio@2.190.0 start:client
> nx run client:copy-assets && nx run client:serve --configuration=development-en --hmr -o
> nx run client:copy-assets
> shx rm -rf dist/apps/client
> shx mkdir -p dist/apps/client/.well-known
> shx mkdir -p dist/apps/client/assets
> shx cp -r apps/client/src/assets/* dist/apps/client/assets