feat: Phase 1 foundation - incident components, storage, and migrations

This commit is contained in:
2026-07-10 10:48:56 +08:00
parent 28957f1e0f
commit 8a9758c8a6
10 changed files with 2619 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
basePath: '/ims',
}
module.exports = nextConfig