Skip to content

Commit

Permalink
Use customize-cra to import outside ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rileysdev committed Oct 3, 2023
1 parent e2a1d55 commit 2cef098
Show file tree
Hide file tree
Showing 20 changed files with 155 additions and 2,174 deletions.
8 changes: 4 additions & 4 deletions .rsmrc
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ dev:hello-constructors --env=PYTHONPATH=api/
# Tell `rsm` that this is a Python application.
dev:hello-constructors --python

# Run this application!
# Run hello-constructors application!
dev:hello-constructors hello-constructors/backend/src/main.py

# Watch for if any generated files are modified.
# Watch if any generated files are modified.
dev:hello-world --watch=api/**/*.py

# Watch if any of our source files are modified.
Expand All @@ -61,7 +61,7 @@ dev:hello-world --env=PYTHONPATH=api/
dev:hello-world --python

# Save state between chaos restarts.
dev:hello-world --name=helloworld
dev:hello-world --name=hello-world

# Run this application!
# Run hello-world application!
dev:hello-world hello-world/backend/src/main.py
84 changes: 0 additions & 84 deletions api/google/protobuf/descriptor_rsm.py

This file was deleted.

125 changes: 0 additions & 125 deletions api/hello_world/v1/greeter_pb.d.ts

This file was deleted.

55 changes: 0 additions & 55 deletions api/hello_world/v1/greeter_pb.js

This file was deleted.

43 changes: 0 additions & 43 deletions api/hello_world/v1/greeter_pb2.py

This file was deleted.

Loading

0 comments on commit 2cef098

Please sign in to comment.