Skip to content

Commit c979a32

Browse files
authored
Merge pull request #1279 from w3bdesign/dev
Dev
2 parents e2240d1 + e0a816c commit c979a32

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template>
22
<!DOCTYPE html>
33
<Html lang="en">
4+
<title>Nuxt 3 Woocommerce</title>
45
<Body
56
class="antialiased duration-300 transition-colors text-gray-800 bg-white"
67
>

playwright.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { defineConfig, devices } from "@playwright/test";
44
* Read environment variables from file.
55
* https://github.com/motdotla/dotenv
66
*/
7-
// require('dotenv').config();
87

98
/**
109
* See https://playwright.dev/docs/test-configuration.

0 commit comments

Comments
 (0)