From 9b7cf5553d9c87cc9193ecfe66c20a90f51f83b6 Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Tue, 1 Jul 2025 17:17:57 +0900 Subject: [PATCH 1/4] Rename `npm-dev` run configuration to `landing_page` in project settings. --- .run/{npm-dev.run.xml => landing_page.run.xml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .run/{npm-dev.run.xml => landing_page.run.xml} (84%) diff --git a/.run/npm-dev.run.xml b/.run/landing_page.run.xml similarity index 84% rename from .run/npm-dev.run.xml rename to .run/landing_page.run.xml index 8e73251..e78f44b 100644 --- a/.run/npm-dev.run.xml +++ b/.run/landing_page.run.xml @@ -1,5 +1,5 @@ - + -- 2.39.5 From f121a0ef80831eb0abe8f02e2fb03fde2b734b2b Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Tue, 1 Jul 2025 17:18:13 +0900 Subject: [PATCH 2/4] Initialize `internal_frontend` module with Next.js, --- .run/internal.run.xml | 14 + internal_frontend/.gitignore | 41 + internal_frontend/README.md | 36 + internal_frontend/app/favicon.ico | Bin 0 -> 25931 bytes internal_frontend/app/globals.css | 26 + internal_frontend/app/layout.tsx | 34 + internal_frontend/app/page.tsx | 103 + internal_frontend/eslint.config.mjs | 16 + internal_frontend/internal_frontend.iml | 8 + internal_frontend/next.config.ts | 7 + internal_frontend/package-lock.json | 6165 +++++++++++++++++++++++ internal_frontend/package.json | 27 + internal_frontend/postcss.config.mjs | 5 + internal_frontend/public/file.svg | 1 + internal_frontend/public/globe.svg | 1 + internal_frontend/public/next.svg | 1 + internal_frontend/public/vercel.svg | 1 + internal_frontend/public/window.svg | 1 + internal_frontend/tsconfig.json | 27 + 19 files changed, 6514 insertions(+) create mode 100644 .run/internal.run.xml create mode 100644 internal_frontend/.gitignore create mode 100644 internal_frontend/README.md create mode 100644 internal_frontend/app/favicon.ico create mode 100644 internal_frontend/app/globals.css create mode 100644 internal_frontend/app/layout.tsx create mode 100644 internal_frontend/app/page.tsx create mode 100644 internal_frontend/eslint.config.mjs create mode 100644 internal_frontend/internal_frontend.iml create mode 100644 internal_frontend/next.config.ts create mode 100644 internal_frontend/package-lock.json create mode 100644 internal_frontend/package.json create mode 100644 internal_frontend/postcss.config.mjs create mode 100644 internal_frontend/public/file.svg create mode 100644 internal_frontend/public/globe.svg create mode 100644 internal_frontend/public/next.svg create mode 100644 internal_frontend/public/vercel.svg create mode 100644 internal_frontend/public/window.svg create mode 100644 internal_frontend/tsconfig.json diff --git a/.run/internal.run.xml b/.run/internal.run.xml new file mode 100644 index 0000000..7b75a71 --- /dev/null +++ b/.run/internal.run.xml @@ -0,0 +1,14 @@ + + + + + +