Skip to content

Commit 38ed127

Browse files
committed
add missing directory declaration
1 parent d33d2fc commit 38ed127

File tree

9 files changed

+18
-9
lines changed

9 files changed

+18
-9
lines changed

.github/bundles/full.linux-x64.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"directories": [
33
"Client and Editor",
4-
"Server"
4+
"Server",
5+
"Server/wwwroot"
56
],
67
"includes": [
78
{

.github/bundles/full.osx-x64.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"directories": [
33
"Client and Editor",
4-
"Server"
4+
"Server",
5+
"Server/wwwroot"
56
],
67
"includes": [
78
{

.github/bundles/full.win-x64.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"directories": [
33
"Client and Editor",
4-
"Server"
4+
"Server",
5+
"Server/wwwroot"
56
],
67
"includes": [
78
{

.github/bundles/patch.linux-x64.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"directories": [
33
"Client and Editor",
4-
"Server"
4+
"Server",
5+
"Server/wwwroot"
56
],
67
"includes": [
78
{

.github/bundles/patch.osx-x64.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"directories": [
33
"Client and Editor",
4-
"Server"
4+
"Server",
5+
"Server/wwwroot"
56
],
67
"includes": [
78
{

.github/bundles/patch.win-x64.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"directories": [
33
"Client and Editor",
4-
"Server"
4+
"Server",
5+
"Server/wwwroot"
56
],
67
"includes": [
78
{

.github/bundles/upgrade.linux-x64.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"directories": [
33
"Client and Editor",
4-
"Server"
4+
"Server",
5+
"Server/wwwroot"
56
],
67
"includes": [
78
{

.github/bundles/upgrade.osx-x64.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"directories": [
33
"Client and Editor",
4-
"Server"
4+
"Server",
5+
"Server/wwwroot"
56
],
67
"includes": [
78
{

.github/bundles/upgrade.win-x64.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"directories": [
33
"Client and Editor",
4-
"Server"
4+
"Server",
5+
"Server/wwwroot"
56
],
67
"includes": [
78
{

0 commit comments

Comments
 (0)