Skip to content

Commit 2e4fa08

Browse files
Overhaul
1 parent 0c25796 commit 2e4fa08

File tree

188 files changed

+116748
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+116748
-97
lines changed

.github/workflows/main_githubapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
13+
AZURE_FUNCTIONAPP_PACKAGE_PATH: 'app' # set this to the path to your web app project, defaults to the repository root
1414

1515
jobs:
1616
deploy:

.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
*.js.map
2+
*.ts
13
.git*
24
.vscode
35
__azurite_db*__.json
46
__blobstorage__
57
__queuestorage__
68
local.settings.json
7-
test
9+
test
10+
tsconfig.json

app/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
appsettings.json
2+
local.settings.json
12.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)