This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
strapi
Watch
1
Star
0
Fork
0
You've already forked strapi
mirror of
https://github.com/strapi/strapi.git
synced
2025-07-23 17:10:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
packages
/
core
/
admin
/
_internal
/
index.ts
5 lines
97 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore: return commands to decouple code
2023-12-13 12:17:27 +01:00
export
{
commands
}
from
'./cli'
;
refactor: admin build pipeline (#18539) * chore(admin): refactor admin develop/build pipeline chore: remove `webpackChunkName` comments chore: reuse admin tsconfig where possible chore: add .strapi to gitignore chore(admin): pack-up feat(admin): inject commands into strapi from admin for building feat(admin): move watch command to admin chore: keep backward compat API available Update packages/core/admin/_internal/cli/index.ts docs(admin): document the build & develop process and pipeline test(admin): fix StrapiApp tests chore: fix build * Update skipped_tests.yml * test(e2e): fix e2e setup feat: add dependency installation fix: mjs webpack resolution * chore: fix server exports * fix: typescript project type generation * fix: development watch mode * fix: connect to hot middleware – anywhere * Update packages/core/admin/_internal/node/core/monorepo.ts Co-authored-by: Marc Roig <marc12info@gmail.com> * fix(admin): theme toggle type export * chore: fixes * chore: pr amends Co-Authored-By: Ben Irvin <ben@innerdvations.com> --------- Co-authored-by: Marc Roig <marc12info@gmail.com> Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-10-30 11:36:16 +00:00
export
*
from
'./node/build'
;
export
*
from
'./node/develop'
;
Reference in New Issue
Copy Permalink