refactor!: remove next.js (#3267)

This commit is contained in:
Alex Yang
2023-07-19 00:53:10 +08:00
committed by GitHub
parent 79227a1e7c
commit 47f12f77f2
296 changed files with 4115 additions and 3617 deletions
+4 -3
View File
@@ -3,10 +3,11 @@
"type": "module",
"private": true,
"bin": {
"dev-web": "./src/dev.mjs"
"build-core": "./src/bin/build-core.mjs",
"dev-core": "./src/bin/dev-core.mjs"
},
"scripts": {
"start": "ts-node-esm ./src/dev.mjs"
"exports": {
"./config": "./src/config/index.ts"
},
"devDependencies": {
"@clack/core": "^0.3.2",