ソースを参照

little clean

master
valere 6日前
コミット
d3e008b3ae
4個のファイルの変更0行の追加12行の削除
  1. +0
    -4
      e2e/tsconfig.json
  2. +0
    -8
      e2e/vue.spec.ts
  3. バイナリ
      public/favicon.ico
  4. +0
    -0
      vip.sh

+ 0
- 4
e2e/tsconfig.json ファイルの表示

@@ -1,4 +0,0 @@
{
"extends": "@tsconfig/node22/tsconfig.json",
"include": ["./**/*"]
}

+ 0
- 8
e2e/vue.spec.ts ファイルの表示

@@ -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!');
})

バイナリ
public/favicon.ico ファイルの表示

変更前 変更後

back/vip.sh → vip.sh ファイルの表示


読み込み中…
キャンセル
保存