New: backendのtsconfig.jsonにesModuleInteropを追加 / Fix: 一部エンティティの時刻記録をdateからdatetimeに修正 / Fix: setup/initializationエンドポイントでのwebpushのimport方法の問題 / Chg: font-sizeを16pxから14pxに変更 / Chg: html, bodyのwidthとheightをvw/vhからdvw/dvhに変更 / Feat: レイアウトを作成 / New(frontend): /setupを作成

This commit is contained in:
2026-03-24 22:56:57 +09:00
parent 60a87d4709
commit 0ac921ac3e
8 changed files with 96 additions and 16 deletions
+4
View File
@@ -14,6 +14,10 @@ const router = createRouter({
path: "/",
component: () => import("@/routes/index.vue"),
},
{
path: "/setup",
component: () => import("@/routes/setup.vue"),
}
],
});
router.beforeEach(() => {