mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-08-07 07:14:49 +00:00
feat: add turbo task for "start"
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"private": true,
|
||||
"license": "AGPL-3.0",
|
||||
"scripts": {
|
||||
"start:dev": "caddy run || ./caddy run"
|
||||
"start:dev": "caddy run || ./caddy run",
|
||||
"start": "caddy run || ./caddy run"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"lint": "dotenv -- turbo run lint",
|
||||
"format": "dotenv -- turbo run format",
|
||||
"start:dev": "dotenv -- turbo run start:dev",
|
||||
"start": "dotenv -- turbo run start",
|
||||
"test:ci": "dotenv -- turbo run test:ci",
|
||||
"test": "dotenv -- turbo run test"
|
||||
},
|
||||
|
||||
@@ -106,6 +106,11 @@
|
||||
],
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
|
||||
"start": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user