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
commit1158c85071e7a8132b42df9481141c107eeee657 (patch)
treeb9ae4f45fe8a23ebc7bc705af97f0377b73f8063 /Timeline/ClientApp/package.json
parent1c9edc5914869a3bbde20742c483182636ee4d43 (diff)
downloadtimeline-1158c85071e7a8132b42df9481141c107eeee657.tar.gz
timeline-1158c85071e7a8132b42df9481141c107eeee657.tar.bz2
timeline-1158c85071e7a8132b42df9481141c107eeee657.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",