mirror of
https://github.com/pseXperiments/freedit.git
synced 2026-01-09 03:37:55 -05:00
* chore: move rs code into `apps/server` * chore: scaffold vite/react app * feat: render raw html served by rust server in react app * chore: use `just` as tasks runner * doc: add main README * fix `dev-client` just script * refactor: write default config dirs relatively to exec bin
10 lines
120 B
JSON
10 lines
120 B
JSON
{
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/client"
|
|
]
|
|
}
|