From bac8c70d4b094556803e08c766afdc9c2f683107 Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Mon, 12 May 2025 13:48:32 +0800 Subject: [PATCH] ```fix typos and update base URL quotes in code files``` --- .../software-engineer/greetings/001_greetings.md | 7 +++++-- 002_source/ionic_mobile/cypress.config.ts | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/000_AI_WORKSPACE/software-engineer/greetings/001_greetings.md b/000_AI_WORKSPACE/software-engineer/greetings/001_greetings.md index 15bb1e8..f2ce539 100644 --- a/000_AI_WORKSPACE/software-engineer/greetings/001_greetings.md +++ b/000_AI_WORKSPACE/software-engineer/greetings/001_greetings.md @@ -1,11 +1,14 @@ +```markdown # Greetings Hi, -Imaging you are a software engineer and i will send you the guideline. + +Imagine you are a software engineer and i will send you the guideline. plesae read it, prepare yourself and i will tell you the task afterwards please read and understand the markdown files in directory -`/home/logic/_wsl_workspace/001_github_ws/lettersoup-online-ws/lettersoup-online/project/000_AI_WORKSPACE/software_engineer/greetings`, +`/home/logic/_wsl_workspace/001_github_ws/lettersoup-online-ws/lettersoup-online/project/000_AI_WORKSPACE/software-engineer/greetings`, it provides background information of project i want you to help. thanks +``` diff --git a/002_source/ionic_mobile/cypress.config.ts b/002_source/ionic_mobile/cypress.config.ts index e7077cd..a0c7e4a 100644 --- a/002_source/ionic_mobile/cypress.config.ts +++ b/002_source/ionic_mobile/cypress.config.ts @@ -1,8 +1,8 @@ -import { defineConfig } from "cypress"; +import { defineConfig } from 'cypress'; export default defineConfig({ e2e: { - baseUrl: "http://localhost:5173", + baseUrl: 'http://localhost:5173', setupNodeEvents(on, config) { // implement node event listeners here },