Skip to content

Commit 1b8ddf8

Browse files
committed
Update submodules to latest versions
1 parent 0dc89f8 commit 1b8ddf8

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "hello-claw"]
2+
path = hello-claw
3+
url = https://github.com/datawhalechina/hello-claw.git

apps/desktop/src/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');
2+
13
@tailwind base;
24
@tailwind components;
35
@tailwind utilities;
46

5-
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');
6-
77
:root {
88
font-family: 'Inter', system-ui, -apple-system, sans-serif;
99
line-height: 1.6;

hello-claw

Submodule hello-claw added at be7b955

playground/apps/desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": {
77
"frontendDist": "../out",
88
"devUrl": "http://localhost:3000",
9-
"beforeDevCommand": "node ./node_modules/next/dist/bin/next dev",
9+
"beforeDevCommand": "node ./node_modules/next/dist/bin/next dev --port 3000",
1010
"beforeBuildCommand": "node ./node_modules/next/dist/bin/next build"
1111
},
1212
"app": {

0 commit comments

Comments
 (0)