Skip to content

Commit

Permalink
Update import paths in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Nov 5, 2024
1 parent cdc5d53 commit a896022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const isDebug = boolean(

```ts
// run.ts - starts the service/app, uses declarations from above
import { initialize } from "austenite";
import { initialize } from "austenite/node";
import { cdnUrl, isDebug } from "./env.ts";

// validates the environment, option defaults shown here
Expand Down

0 comments on commit a896022

Please sign in to comment.