このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
wayne.lee
/
tsms
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
2
Wiki
アクティビティ
ソースを参照
no message
caren
DESKTOP-69B1728\derek
1年前
親
3939849d95
コミット
aa4c616528
3個のファイルの変更
、
3行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
.env.development
+1
-0
src/app/(main)/bssp/page.tsx
+1
-0
src/app/(main)/invoice/new/page.tsx
+ 1
- 1
.env.development
ファイルの表示
@@ -1,2 +1,2 @@
API_URL=http://
localhost:8090
/api
API_URL=http://
192.168.244.204:8091
/api
NEXTAUTH_SECRET=secret
+ 1
- 0
src/app/(main)/bssp/page.tsx
ファイルの表示
@@ -25,6 +25,7 @@ const Bssp: React.FC = async () => {
</Stack>
<Suspense>
{t("SSSSS")}
</Suspense>
</>
)
+ 1
- 0
src/app/(main)/invoice/new/page.tsx
ファイルの表示
@@ -18,6 +18,7 @@ const Invoice: React.FC = async () => {
<>
<Typography variant="h4">{t("Create Invoice")}</Typography>
<I18nProvider namespaces={["invoice"]}>
<b>gggs</b>
<CreateInvoice />
</I18nProvider>
</>
書き込み
プレビュー
読み込み中…
キャンセル
保存