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 },