``fix typos and update base URL quotes in code files``

This commit is contained in:
louiscklaw
2025-05-12 13:48:32 +08:00
parent 975a528b49
commit bac8c70d4b
2 changed files with 7 additions and 4 deletions

View File

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