diff --git a/e2e/tsconfig.json b/e2e/tsconfig.json deleted file mode 100644 index f31fe71..0000000 --- a/e2e/tsconfig.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": "@tsconfig/node22/tsconfig.json", - "include": ["./**/*"] -} diff --git a/e2e/vue.spec.ts b/e2e/vue.spec.ts deleted file mode 100644 index 3e5a3d0..0000000 --- a/e2e/vue.spec.ts +++ /dev/null @@ -1,8 +0,0 @@ -import { test, expect } from '@playwright/test'; - -// See here how to get started: -// https://playwright.dev/docs/intro -test('visits the app root url', async ({ page }) => { - await page.goto('/'); - await expect(page.locator('div.greetings > h1')).toHaveText('You did it!'); -}) diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index df36fcf..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/back/vip.sh b/vip.sh similarity index 100% rename from back/vip.sh rename to vip.sh