fix: template

This commit is contained in:
cha0s 2022-03-15 10:19:50 -05:00
parent 1103efff92
commit 7ba496d869

View File

@ -4,9 +4,9 @@
"build": "FLECKS_ENV_FLECKS_SERVER_start=0 npm run build:only", "build": "FLECKS_ENV_FLECKS_SERVER_start=0 npm run build:only",
"build:only": "flecks build", "build:only": "flecks build",
"debug": "DEBUG=*,-babel* npm run dev", "debug": "DEBUG=*,-babel* npm run dev",
"dev": "npm run -- build -h", "dev": "npm run -- build:only -h",
"repl": "npx flecks repl --rlwrap", "repl": "npx flecks repl --rlwrap",
"start": "DEBUG=@flecks*,-@flecks/core/flecks* npm run dev" "start": "DEBUG=@flecks*,flecks*,-@flecks/core/flecks* npm run dev"
}, },
"dependencies": { "dependencies": {
"@flecks/core": "^1.0.0", "@flecks/core": "^1.0.0",