From 379e6128e47984c7a1b7f2d8f592cd7d0b84dc5c Mon Sep 17 00:00:00 2001 From: lzh <52725224+Yourdaylight@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:45:16 +0800 Subject: [PATCH] fixed: set a new api dir --- .../workflows/azure-static-web-apps-calm-pebble-0989bcc0f.yml | 2 +- {front/api => api}/.funcignore | 0 {front/api => api}/.gitignore | 0 {front/api => api}/host.json | 0 {front/api => api}/package-lock.json | 0 {front/api => api}/package.json | 0 {front/api => api}/src/functions/games.js | 0 {front/api => api}/src/functions/register.js | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename {front/api => api}/.funcignore (100%) rename {front/api => api}/.gitignore (100%) rename {front/api => api}/host.json (100%) rename {front/api => api}/package-lock.json (100%) rename {front/api => api}/package.json (100%) rename {front/api => api}/src/functions/games.js (100%) rename {front/api => api}/src/functions/register.js (100%) diff --git a/.github/workflows/azure-static-web-apps-calm-pebble-0989bcc0f.yml b/.github/workflows/azure-static-web-apps-calm-pebble-0989bcc0f.yml index e58b748..3f85559 100644 --- a/.github/workflows/azure-static-web-apps-calm-pebble-0989bcc0f.yml +++ b/.github/workflows/azure-static-web-apps-calm-pebble-0989bcc0f.yml @@ -29,7 +29,7 @@ jobs: ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig app_location: "/front" # App source code path - api_location: "/front/api" # Api source code path - optional + api_location: "/api" # Api source code path - optional output_location: "dist/ng_front" # Built app content directory - optional ###### End of Repository/Build Configurations ###### diff --git a/front/api/.funcignore b/api/.funcignore similarity index 100% rename from front/api/.funcignore rename to api/.funcignore diff --git a/front/api/.gitignore b/api/.gitignore similarity index 100% rename from front/api/.gitignore rename to api/.gitignore diff --git a/front/api/host.json b/api/host.json similarity index 100% rename from front/api/host.json rename to api/host.json diff --git a/front/api/package-lock.json b/api/package-lock.json similarity index 100% rename from front/api/package-lock.json rename to api/package-lock.json diff --git a/front/api/package.json b/api/package.json similarity index 100% rename from front/api/package.json rename to api/package.json diff --git a/front/api/src/functions/games.js b/api/src/functions/games.js similarity index 100% rename from front/api/src/functions/games.js rename to api/src/functions/games.js diff --git a/front/api/src/functions/register.js b/api/src/functions/register.js similarity index 100% rename from front/api/src/functions/register.js rename to api/src/functions/register.js