repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | // Type declarations for static asset imports |
| #2 | // These are handled by Wrangler's module rules at runtime |
| #3 | |
| #4 | declare module '*.html' { |
| #5 | const content: string; |
| #6 | export default content; |
| #7 | } |
| #8 | |
| #9 | declare module '*.png' { |
| #10 | // Vite compiles PNG imports to URL paths (strings), not binary data |
| #11 | const content: string; |
| #12 | export default content; |
| #13 | } |
| #14 |