Main public logs

From AWVVO
Jump to navigationJump to search

Combined display of all available logs of AWVVO. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:48, 28 January 2025 Admin talk contribs created page Concurrently (Created page with "== Install concurrently == <syntaxhighlight lang="bash" copy> npm install concurrently --save-dev </syntaxhighlight> == package.json == <syntaxhighlight lang="json" copy> "scripts": { "launch": "concurrently \"php artisan serve\" \"npm run dev\"" } </syntaxhighlight> == run == <syntaxhighlight lang="bash" copy> npm run launch </syntaxhighlight>")