imports and exports

This commit is contained in:
Chris Wanstrath 2025-10-20 15:45:49 -07:00
parent 06b73f90eb
commit 008a7095fb
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pluto",
"module": "src/server.tsx",
"module": "src/index.ts",
"type": "module",
"private": true,
"scripts": {

1
src/index.ts Normal file
View File

@ -0,0 +1 @@
export { routes, css, js } from "./helpers"