chore: convert cjs to esm

This commit is contained in:
Enrico Sacchetti 2023-06-23 21:55:21 -04:00
commit 181b9d86a4
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
3 changed files with 14 additions and 12 deletions

View file

@ -1,5 +1,6 @@
{
"private": true,
"type": "module",
"scripts": {
"dev": "run-p dev:*",
"dev:routify": "cross-env NODE_ENV=development routify run",