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

.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.
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.

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",

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.

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.

src/py/reactpy/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# --- Build Artifacts ---
2+
reactpy/_static
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)