Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 7701687

Browse files
committed
unmonorepoify
1 parent 87e7d14 commit 7701687

Some content is hidden

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

43 files changed

+73
-620
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
name: build
88

99
env:
10-
AZURE_WEBAPP_PACKAGE_PATH: "./packages/gateway/"
10+
AZURE_WEBAPP_PACKAGE_PATH: "./"
1111
NODE_VERSION: "18.x"
1212

1313
jobs:

dev.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import dotenv from "dotenv"
22
const out = dotenv.config()
33
if (out.error)
44
throw out.error
5-
import("./packages/gateway/dist/src/index.js")
5+
import("./dist/src/index.js")

nx.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)