Skip to content

Commit 97b6a8b

Browse files
committed
520 - Initial Commit
1 parent 281e74f commit 97b6a8b

19 files changed

+421
-276
lines changed

embedded/nextjs/public/next.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

embedded/nextjs/public/vercel.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

embedded/nextjs/src/app/layout.tsx

Lines changed: 0 additions & 22 deletions
This file was deleted.

embedded/nextjs/src/app/page.tsx

Lines changed: 0 additions & 67 deletions
This file was deleted.

front-end/.editorconfig

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs
3+
# editorconfig.org
4+
5+
root = true
6+
7+
[*]
8+
9+
# We recommend you to keep these unchanged
10+
end_of_line = lf
11+
charset = utf-8
12+
trim_trailing_whitespace = true
13+
insert_final_newline = true
14+
max_line_length = 120
15+
16+
# Change these settings to your own preference
17+
indent_style = space
18+
indent_size = 2
19+
20+
[*.md]
21+
max_line_length = off
22+
trim_trailing_whitespace = false
File renamed without changes.
File renamed without changes.

embedded/nextjs/README.md renamed to front-end/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pnpm dev
1414
bun dev
1515
```
1616

17-
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
17+
Open [http://localhost:3000](http://localhost:3000) with your browser to see the executeFunctionData.
1818

1919
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
2020

File renamed without changes.

0 commit comments

Comments
 (0)