aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/package.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-16 20:57:31 +0800
committercrupest <crupest@outlook.com>2019-03-16 20:57:31 +0800
commitcfc1a24bcb782721780eb79cc45260db16ffad64 (patch)
treeed3322ad10a6c1acbf08bba73e930b5702fb44e6 /Timeline/ClientApp/package.json
parent393ca55a960abc7d2343a8a36a093d253eddf134 (diff)
downloadtimeline-cfc1a24bcb782721780eb79cc45260db16ffad64.tar.gz
timeline-cfc1a24bcb782721780eb79cc45260db16ffad64.tar.bz2
timeline-cfc1a24bcb782721780eb79cc45260db16ffad64.zip
Add remember me.
Diffstat (limited to 'Timeline/ClientApp/package.json')
-rw-r--r--Timeline/ClientApp/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/package.json b/Timeline/ClientApp/package.json
index f725a0f5..7c6d28f0 100644
--- a/Timeline/ClientApp/package.json
+++ b/Timeline/ClientApp/package.json
@@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
- "start-dotnet": "dotnet run --project ..",
+ "start-dotnet": "dotnet run --project ../Timeline.csproj",
"build": "ng build",
"build:ssr": "ng run Timeline:server:dev",
"test": "ng test",