Skip to content

Commit f1b69d6

Browse files
committed
rearrange repo architecture
1 parent fcad0a0 commit f1b69d6

File tree

654 files changed

+520
-16103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

654 files changed

+520
-16103
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,17 @@ jobs:
4343
- name: E2E Chromium
4444
uses: cypress-io/github-action@v6
4545
with:
46-
project: ./packages/tests
46+
project: ./apps/tests
4747
install: false
4848
start: pnpm --filter tests start --host 127.0.0.1 --port 3000
49-
wait-on: 'http://127.0.0.1:3000'
49+
wait-on: "http://127.0.0.1:3000"
5050
browser: chromium
5151

5252
- name: E2E Firefox
5353
uses: cypress-io/github-action@v6
5454
with:
55-
project: ./packages/tests
55+
project: ./apps/tests
5656
install: false
5757
start: pnpm --filter tests start --host 127.0.0.1 --port 3000
58-
wait-on: 'http://127.0.0.1:3000'
58+
wait-on: "http://127.0.0.1:3000"
5959
browser: firefox
60-
61-

CONTRIBUTING.md

Lines changed: 10 additions & 31 deletions

README.md

Lines changed: 3 additions & 75 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "example-bare",
2+
"name": "fixture-bare",
33
"type": "module",
44
"scripts": {
55
"dev": "vinxi dev",
File renamed without changes.

0 commit comments

Comments
 (0)