Skip to content

Commit 135f2d1

Browse files
committed
re-organize dirs + start using hatch
1 parent cf7950d commit 135f2d1

File tree

129 files changed

+615
-383
lines changed

Some content is hidden

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

129 files changed

+615
-383
lines changed

Diff for: .gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# --- Build Artifacts ---
2-
src/reactpy/_client
3-
41
# --- Jupyter ---
52
*.ipynb_checkpoints
63
*Untitled*.ipynb
File renamed without changes.
File renamed without changes.

Diff for: src/client/README.md renamed to src/js/README.md

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: src/client/ui/vite.config.js renamed to src/js/app/vite.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from "vite";
22

33
export default defineConfig({
4-
build: { outDir: "../../reactpy/_client", emptyOutDir: true },
4+
build: { emptyOutDir: true },
55
resolve: {
66
alias: {
77
react: "preact/compat",

Diff for: src/client/package-lock.json renamed to src/js/package-lock.json

+119-95
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/client/package.json renamed to src/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"workspaces": [
1313
"packages/event-to-object",
1414
"packages/@reactpy/client",
15-
"ui"
15+
"app"
1616
],
1717
"devDependencies": {
1818
"@typescript-eslint/eslint-plugin": "^5.58.0",
File renamed without changes.

Diff for: src/py/reactpy/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# --- Build Artifacts ---
2+
reactpy/_static

Diff for: MANIFEST.in renamed to src/py/reactpy/MANIFEST.in

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)