From 0231d74f07d6b7908ec4728d58057688f0a73c0f Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 4 Mar 2019 16:30:44 +0800 Subject: Develop some basic parts of auth. --- Timeline/ClientApp/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'Timeline/ClientApp/package.json') diff --git a/Timeline/ClientApp/package.json b/Timeline/ClientApp/package.json index 9d948004..f725a0f5 100644 --- a/Timeline/ClientApp/package.json +++ b/Timeline/ClientApp/package.json @@ -4,6 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", + "start-dotnet": "dotnet run --project ..", "build": "ng build", "build:ssr": "ng run Timeline:server:dev", "test": "ng test", -- cgit v1.2.3