Skip to content

Commit f8ceccc

Browse files
committed
Merge 'client' and 'server' directory
1 parent f6c73e6 commit f8ceccc

14 files changed

+0
-23
lines changed

.gitattributes

-6
This file was deleted.

.github/workflows/test.yml

-8
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
on: [push, pull_request]
22

3-
defaults:
4-
run:
5-
working-directory: client
6-
73
jobs:
84
test:
95
runs-on: ubuntu-24.04
106
steps:
117
- uses: actions/checkout@v4
128
- uses: pnpm/action-setup@v4
13-
with:
14-
run_install.cwd: client
15-
package_json_file: 'client/package.json'
169
- uses: actions/setup-node@v4
1710
with:
1811
node-version: 22
1912
cache: pnpm
20-
cache-dependency-path: client/pnpm-lock.yaml
2113
- run: pnpm install
2214
- run: pnpm build
2315
- run: pnpm test

client/.gitignore .gitignore

File renamed without changes.
File renamed without changes.

README.md

-8
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ MQTT.js Practice
33
Live sample of [MQTT.js]
44

55
```bash
6-
cd client
7-
86
pnpm i
97
pnpm build
108

@@ -13,12 +11,6 @@ pnpm dev
1311
pnpm test
1412
pnpm fmt
1513
```
16-
```bash
17-
cd server
18-
19-
# See http://localhost:8000
20-
python3 -m http.server
21-
```
2214

2315
 
2416

client/package.json package.json

File renamed without changes.
File renamed without changes.

server/dist

-1
This file was deleted.

client/src/index.ts src/index.ts

File renamed without changes.
File renamed without changes.

client/src/style.css src/style.css

File renamed without changes.
File renamed without changes.

client/tsconfig.json tsconfig.json

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)