d1s 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/dist/.next/.next/BUILD_ID +1 -0
- package/dist/.next/.next/app-build-manifest.json +109 -0
- package/dist/.next/.next/app-path-routes-manifest.json +1 -0
- package/dist/.next/.next/build-manifest.json +33 -0
- package/dist/.next/.next/cache/.rscinfo +1 -0
- package/dist/.next/.next/cache/.tsbuildinfo +1 -0
- package/dist/.next/.next/cache/webpack/client-production/0.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/1.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/2.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/index.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/dist/.next/.next/cache/webpack/edge-server-production/0.pack +0 -0
- package/dist/.next/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/0.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/1.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/index.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/index.pack.old +0 -0
- package/dist/.next/.next/diagnostics/build-diagnostics.json +6 -0
- package/dist/.next/.next/diagnostics/framework.json +1 -0
- package/dist/.next/.next/export-marker.json +1 -0
- package/dist/.next/.next/images-manifest.json +1 -0
- package/dist/.next/.next/next-minimal-server.js.nft.json +1 -0
- package/dist/.next/.next/next-server.js.nft.json +1 -0
- package/dist/.next/.next/package.json +1 -0
- package/dist/.next/.next/prerender-manifest.json +1 -0
- package/dist/.next/.next/react-loadable-manifest.json +1 -0
- package/dist/.next/.next/required-server-files.json +1 -0
- package/dist/.next/.next/routes-manifest.json +1 -0
- package/dist/.next/.next/server/app/_not-found/page.js +1 -0
- package/dist/.next/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/dist/.next/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/_not-found.html +1 -0
- package/dist/.next/.next/server/app/_not-found.meta +8 -0
- package/dist/.next/.next/server/app/_not-found.rsc +16 -0
- package/dist/.next/.next/server/app/api/cloudflare/route.js +1 -0
- package/dist/.next/.next/server/app/api/cloudflare/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/databases/route.js +1 -0
- package/dist/.next/.next/server/app/api/databases/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/databases/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/migrations/sync/route.js +12 -0
- package/dist/.next/.next/server/app/api/migrations/sync/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/migrations/sync-files/route.js +1 -0
- package/dist/.next/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/preview/route.js +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/push-remote/confirm/route.js +14 -0
- package/dist/.next/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/push-remote/preview/route.js +14 -0
- package/dist/.next/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/query/route.js +8 -0
- package/dist/.next/.next/server/app/api/query/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/query/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/tables/[name]/route.js +5 -0
- package/dist/.next/.next/server/app/api/tables/[name]/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/tables/route.js +7 -0
- package/dist/.next/.next/server/app/api/tables/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/tables/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/index.html +3 -0
- package/dist/.next/.next/server/app/index.meta +7 -0
- package/dist/.next/.next/server/app/index.rsc +20 -0
- package/dist/.next/.next/server/app/page.js +58 -0
- package/dist/.next/.next/server/app/page.js.nft.json +1 -0
- package/dist/.next/.next/server/app/page_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app-paths-manifest.json +15 -0
- package/dist/.next/.next/server/chunks/336.js +1 -0
- package/dist/.next/.next/server/chunks/627.js +6 -0
- package/dist/.next/.next/server/chunks/638.js +13 -0
- package/dist/.next/.next/server/chunks/801.js +55 -0
- package/dist/.next/.next/server/chunks/973.js +2 -0
- package/dist/.next/.next/server/chunks/992.js +3 -0
- package/dist/.next/.next/server/functions-config-manifest.json +1 -0
- package/dist/.next/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/dist/.next/.next/server/middleware-build-manifest.js +1 -0
- package/dist/.next/.next/server/middleware-manifest.json +6 -0
- package/dist/.next/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/dist/.next/.next/server/next-font-manifest.js +1 -0
- package/dist/.next/.next/server/next-font-manifest.json +1 -0
- package/dist/.next/.next/server/pages/404.html +1 -0
- package/dist/.next/.next/server/pages/500.html +1 -0
- package/dist/.next/.next/server/pages/_app.js +1 -0
- package/dist/.next/.next/server/pages/_app.js.nft.json +1 -0
- package/dist/.next/.next/server/pages/_document.js +1 -0
- package/dist/.next/.next/server/pages/_document.js.nft.json +1 -0
- package/dist/.next/.next/server/pages/_error.js +1 -0
- package/dist/.next/.next/server/pages/_error.js.nft.json +1 -0
- package/dist/.next/.next/server/pages-manifest.json +1 -0
- package/dist/.next/.next/server/server-reference-manifest.js +1 -0
- package/dist/.next/.next/server/server-reference-manifest.json +1 -0
- package/dist/.next/.next/server/webpack-runtime.js +1 -0
- package/dist/.next/.next/static/ODMSSwVqLoDcBgbFHUjr8/_buildManifest.js +1 -0
- package/dist/.next/.next/static/ODMSSwVqLoDcBgbFHUjr8/_ssgManifest.js +1 -0
- package/dist/.next/.next/static/chunks/422-6fa3c14fc64ad67b.js +1 -0
- package/dist/.next/.next/static/chunks/4bd1b696-8c908eb707f85a27.js +1 -0
- package/dist/.next/.next/static/chunks/517-3b698a5d3da06ff7.js +2 -0
- package/dist/.next/.next/static/chunks/692-ede418e1d28a1394.js +1 -0
- package/dist/.next/.next/static/chunks/735-c9144179c6bd7d06.js +1 -0
- package/dist/.next/.next/static/chunks/92-c4466e0f1ca8a3a8.js +1 -0
- package/dist/.next/.next/static/chunks/app/_not-found/page-b786c3dd79ad15a5.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/cloudflare/route-3458d78022185d7f.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/databases/route-64255424877a9f72.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-a798679c67374552.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/query/route-e90d0030a5083e20.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/tables/route-3772b4f480c4b4a4.js +1 -0
- package/dist/.next/.next/static/chunks/app/layout-8360fab69b848283.js +1 -0
- package/dist/.next/.next/static/chunks/app/page-75081ac7a88cb706.js +1 -0
- package/dist/.next/.next/static/chunks/framework-d29117d969504448.js +1 -0
- package/dist/.next/.next/static/chunks/main-8d0ab17774ffa031.js +1 -0
- package/dist/.next/.next/static/chunks/main-app-d36cdfb402b40f13.js +1 -0
- package/dist/.next/.next/static/chunks/pages/_app-d23763e3e6c904ff.js +1 -0
- package/dist/.next/.next/static/chunks/pages/_error-9b7125ad1a1e68fa.js +1 -0
- package/dist/.next/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/dist/.next/.next/static/chunks/webpack-c76ac1e586b2802a.js +1 -0
- package/dist/.next/.next/static/css/c51a7ef325e30c16.css +3 -0
- package/dist/.next/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
- package/dist/.next/.next/static/media/747892c23ea88013-s.woff2 +0 -0
- package/dist/.next/.next/static/media/93f479601ee12b01-s.p.woff2 +0 -0
- package/dist/.next/.next/static/media/ba015fad6dcf6784-s.woff2 +0 -0
- package/dist/.next/.next/trace +3 -0
- package/dist/.next/.next/types/app/api/cloudflare/route.ts +347 -0
- package/dist/.next/.next/types/app/api/databases/route.ts +347 -0
- package/dist/.next/.next/types/app/api/migrations/sync/route.ts +347 -0
- package/dist/.next/.next/types/app/api/migrations/sync-files/route.ts +347 -0
- package/dist/.next/.next/types/app/api/pull-remote/confirm/route.ts +347 -0
- package/dist/.next/.next/types/app/api/pull-remote/preview/route.ts +347 -0
- package/dist/.next/.next/types/app/api/push-remote/confirm/route.ts +347 -0
- package/dist/.next/.next/types/app/api/push-remote/preview/route.ts +347 -0
- package/dist/.next/.next/types/app/api/query/route.ts +347 -0
- package/dist/.next/.next/types/app/api/tables/[name]/route.ts +347 -0
- package/dist/.next/.next/types/app/api/tables/route.ts +347 -0
- package/dist/.next/.next/types/app/page.ts +84 -0
- package/dist/.next/.next/types/cache-life.d.ts +141 -0
- package/dist/.next/.next/types/package.json +1 -0
- package/dist/.next/BUILD_ID +1 -0
- package/dist/.next/app-build-manifest.json +109 -0
- package/dist/.next/app-path-routes-manifest.json +1 -0
- package/dist/.next/build-manifest.json +33 -0
- package/dist/.next/cache/.rscinfo +1 -0
- package/dist/.next/cache/.tsbuildinfo +1 -0
- package/dist/.next/cache/webpack/client-production/0.pack +0 -0
- package/dist/.next/cache/webpack/client-production/index.pack +0 -0
- package/dist/.next/cache/webpack/edge-server-production/0.pack +0 -0
- package/dist/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/dist/.next/cache/webpack/server-production/0.pack +0 -0
- package/dist/.next/cache/webpack/server-production/index.pack +0 -0
- package/dist/.next/diagnostics/build-diagnostics.json +6 -0
- package/dist/.next/diagnostics/framework.json +1 -0
- package/dist/.next/export-marker.json +1 -0
- package/dist/.next/images-manifest.json +1 -0
- package/dist/.next/next-minimal-server.js.nft.json +1 -0
- package/dist/.next/next-server.js.nft.json +1 -0
- package/dist/.next/package.json +1 -0
- package/dist/.next/prerender-manifest.json +1 -0
- package/dist/.next/react-loadable-manifest.json +1 -0
- package/dist/.next/required-server-files.json +1 -0
- package/dist/.next/routes-manifest.json +1 -0
- package/dist/.next/server/app/_not-found/page.js +1 -0
- package/dist/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/_not-found.html +1 -0
- package/dist/.next/server/app/_not-found.meta +8 -0
- package/dist/.next/server/app/_not-found.rsc +16 -0
- package/dist/.next/server/app/api/cloudflare/route.js +1 -0
- package/dist/.next/server/app/api/cloudflare/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/databases/route.js +1 -0
- package/dist/.next/server/app/api/databases/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/databases/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/migrations/sync/route.js +12 -0
- package/dist/.next/server/app/api/migrations/sync/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/migrations/sync-files/route.js +1 -0
- package/dist/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/pull-remote/confirm/route.js +1 -0
- package/dist/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/pull-remote/preview/route.js +1 -0
- package/dist/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/push-remote/confirm/route.js +14 -0
- package/dist/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/push-remote/preview/route.js +14 -0
- package/dist/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/query/route.js +8 -0
- package/dist/.next/server/app/api/query/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/query/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/tables/[name]/route.js +5 -0
- package/dist/.next/server/app/api/tables/[name]/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/tables/route.js +7 -0
- package/dist/.next/server/app/api/tables/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/tables/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/index.html +3 -0
- package/dist/.next/server/app/index.meta +7 -0
- package/dist/.next/server/app/index.rsc +20 -0
- package/dist/.next/server/app/page.js +58 -0
- package/dist/.next/server/app/page.js.nft.json +1 -0
- package/dist/.next/server/app/page_client-reference-manifest.js +1 -0
- package/dist/.next/server/app-paths-manifest.json +15 -0
- package/dist/.next/server/chunks/336.js +1 -0
- package/dist/.next/server/chunks/627.js +6 -0
- package/dist/.next/server/chunks/638.js +13 -0
- package/dist/.next/server/chunks/801.js +55 -0
- package/dist/.next/server/chunks/973.js +2 -0
- package/dist/.next/server/chunks/992.js +3 -0
- package/dist/.next/server/functions-config-manifest.json +1 -0
- package/dist/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/dist/.next/server/middleware-build-manifest.js +1 -0
- package/dist/.next/server/middleware-manifest.json +6 -0
- package/dist/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/dist/.next/server/next-font-manifest.js +1 -0
- package/dist/.next/server/next-font-manifest.json +1 -0
- package/dist/.next/server/pages/404.html +1 -0
- package/dist/.next/server/pages/500.html +1 -0
- package/dist/.next/server/pages/_app.js +1 -0
- package/dist/.next/server/pages/_app.js.nft.json +1 -0
- package/dist/.next/server/pages/_document.js +1 -0
- package/dist/.next/server/pages/_document.js.nft.json +1 -0
- package/dist/.next/server/pages/_error.js +1 -0
- package/dist/.next/server/pages/_error.js.nft.json +1 -0
- package/dist/.next/server/pages-manifest.json +1 -0
- package/dist/.next/server/server-reference-manifest.js +1 -0
- package/dist/.next/server/server-reference-manifest.json +1 -0
- package/dist/.next/server/webpack-runtime.js +1 -0
- package/dist/.next/static/OmPVuV0d1lrcjSBQzxkdH/_buildManifest.js +1 -0
- package/dist/.next/static/OmPVuV0d1lrcjSBQzxkdH/_ssgManifest.js +1 -0
- package/dist/.next/static/chunks/422-6fa3c14fc64ad67b.js +1 -0
- package/dist/.next/static/chunks/4bd1b696-8c908eb707f85a27.js +1 -0
- package/dist/.next/static/chunks/517-3b698a5d3da06ff7.js +2 -0
- package/dist/.next/static/chunks/692-ede418e1d28a1394.js +1 -0
- package/dist/.next/static/chunks/735-c9144179c6bd7d06.js +1 -0
- package/dist/.next/static/chunks/92-c4466e0f1ca8a3a8.js +1 -0
- package/dist/.next/static/chunks/app/_not-found/page-b786c3dd79ad15a5.js +1 -0
- package/dist/.next/static/chunks/app/api/cloudflare/route-3458d78022185d7f.js +1 -0
- package/dist/.next/static/chunks/app/api/databases/route-64255424877a9f72.js +1 -0
- package/dist/.next/static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js +1 -0
- package/dist/.next/static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js +1 -0
- package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js +1 -0
- package/dist/.next/static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js +1 -0
- package/dist/.next/static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js +1 -0
- package/dist/.next/static/chunks/app/api/push-remote/preview/route-a798679c67374552.js +1 -0
- package/dist/.next/static/chunks/app/api/query/route-e90d0030a5083e20.js +1 -0
- package/dist/.next/static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js +1 -0
- package/dist/.next/static/chunks/app/api/tables/route-3772b4f480c4b4a4.js +1 -0
- package/dist/.next/static/chunks/app/layout-8360fab69b848283.js +1 -0
- package/dist/.next/static/chunks/app/page-75081ac7a88cb706.js +1 -0
- package/dist/.next/static/chunks/framework-d29117d969504448.js +1 -0
- package/dist/.next/static/chunks/main-8d0ab17774ffa031.js +1 -0
- package/dist/.next/static/chunks/main-app-d36cdfb402b40f13.js +1 -0
- package/dist/.next/static/chunks/pages/_app-d23763e3e6c904ff.js +1 -0
- package/dist/.next/static/chunks/pages/_error-9b7125ad1a1e68fa.js +1 -0
- package/dist/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/dist/.next/static/chunks/webpack-c76ac1e586b2802a.js +1 -0
- package/dist/.next/static/css/c51a7ef325e30c16.css +3 -0
- package/dist/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
- package/dist/.next/static/media/747892c23ea88013-s.woff2 +0 -0
- package/dist/.next/static/media/93f479601ee12b01-s.p.woff2 +0 -0
- package/dist/.next/static/media/ba015fad6dcf6784-s.woff2 +0 -0
- package/dist/.next/trace +13 -0
- package/dist/.next/types/app/api/cloudflare/route.ts +347 -0
- package/dist/.next/types/app/api/databases/route.ts +347 -0
- package/dist/.next/types/app/api/migrations/sync/route.ts +347 -0
- package/dist/.next/types/app/api/migrations/sync-files/route.ts +347 -0
- package/dist/.next/types/app/api/pull-remote/confirm/route.ts +347 -0
- package/dist/.next/types/app/api/pull-remote/preview/route.ts +347 -0
- package/dist/.next/types/app/api/push-remote/confirm/route.ts +347 -0
- package/dist/.next/types/app/api/push-remote/preview/route.ts +347 -0
- package/dist/.next/types/app/api/query/route.ts +347 -0
- package/dist/.next/types/app/api/tables/[name]/route.ts +347 -0
- package/dist/.next/types/app/api/tables/route.ts +347 -0
- package/dist/.next/types/app/page.ts +84 -0
- package/dist/.next/types/cache-life.d.ts +141 -0
- package/dist/.next/types/package.json +1 -0
- package/dist/app/api/cloudflare/route.js +146 -0
- package/dist/app/api/databases/route.js +72 -0
- package/dist/app/api/migrations/sync/route.js +172 -0
- package/dist/app/api/migrations/sync-files/route.js +172 -0
- package/dist/app/api/pull-remote/confirm/route.js +277 -0
- package/dist/app/api/pull-remote/preview/route.js +143 -0
- package/dist/app/api/push-remote/confirm/route.js +196 -0
- package/dist/app/api/push-remote/preview/route.js +178 -0
- package/dist/app/api/query/route.js +160 -0
- package/dist/app/api/tables/[name]/route.js +173 -0
- package/dist/app/api/tables/route.js +174 -0
- package/dist/app/app/api/cloudflare/route.js +146 -0
- package/dist/app/app/api/databases/route.js +72 -0
- package/dist/app/app/api/migrations/sync/route.js +172 -0
- package/dist/app/app/api/migrations/sync-files/route.js +172 -0
- package/dist/app/app/api/pull-remote/confirm/route.js +277 -0
- package/dist/app/app/api/pull-remote/preview/route.js +143 -0
- package/dist/app/app/api/push-remote/confirm/route.js +196 -0
- package/dist/app/app/api/push-remote/preview/route.js +178 -0
- package/dist/app/app/api/query/route.js +160 -0
- package/dist/app/app/api/tables/[name]/route.js +173 -0
- package/dist/app/app/api/tables/route.js +174 -0
- package/dist/app/app/globals.css +93 -0
- package/dist/app/app/layout.jsx +35 -0
- package/dist/app/app/page.jsx +37 -0
- package/dist/app/globals.css +93 -0
- package/dist/app/layout.jsx +35 -0
- package/dist/app/page.jsx +37 -0
- package/dist/d1-studio.js +344 -0
- package/dist/lib/database-queue.js +33 -0
- package/dist/lib/error.js +20 -0
- package/dist/lib/find-wrangler-config.js +67 -0
- package/dist/lib/license.js +99 -0
- package/dist/lib/migrations.js +415 -0
- package/dist/lib/parse-sql-error.js +200 -0
- package/dist/lib/request-deduplication.js +24 -0
- package/dist/lib/schema-operations.js +103 -0
- package/dist/lib/sql-error-types.js +14 -0
- package/dist/lib/sql-operations.js +557 -0
- package/dist/lib/utils.js +6 -0
- package/next.config.mjs +18 -0
- package/package.json +97 -0
- package/postcss.config.mjs +8 -0
- package/scripts/studio.js +344 -0
- package/scripts/test.js +168 -0
- package/src/app/api/cloudflare/route.js +146 -0
- package/src/app/api/databases/route.js +72 -0
- package/src/app/api/migrations/sync/route.js +172 -0
- package/src/app/api/migrations/sync-files/route.js +172 -0
- package/src/app/api/pull-remote/confirm/route.js +277 -0
- package/src/app/api/pull-remote/preview/route.js +143 -0
- package/src/app/api/push-remote/confirm/route.js +196 -0
- package/src/app/api/push-remote/preview/route.js +178 -0
- package/src/app/api/query/route.js +160 -0
- package/src/app/api/tables/[name]/route.js +173 -0
- package/src/app/api/tables/route.js +174 -0
- package/src/app/globals.css +93 -0
- package/src/app/layout.jsx +35 -0
- package/src/app/page.jsx +37 -0
- package/src/components/cloudflare-credentials-modal.jsx +94 -0
- package/src/components/column-selector.jsx +133 -0
- package/src/components/column-sorting.jsx +65 -0
- package/src/components/delete-records-dialog.jsx +64 -0
- package/src/components/download-button.jsx +205 -0
- package/src/components/edit-error-alert.jsx +30 -0
- package/src/components/editable-cell.jsx +163 -0
- package/src/components/editable-row.jsx +169 -0
- package/src/components/environment-handler.jsx +278 -0
- package/src/components/environment-select.jsx +59 -0
- package/src/components/pull-preview-toast.jsx +188 -0
- package/src/components/push-error-alert.jsx +72 -0
- package/src/components/push-preview-toast.jsx +183 -0
- package/src/components/query-results.jsx +112 -0
- package/src/components/refresh-button.jsx +61 -0
- package/src/components/resize-columns.jsx +101 -0
- package/src/components/sidebar.jsx +236 -0
- package/src/components/sql-editor.jsx +411 -0
- package/src/components/sql-error-display.jsx +167 -0
- package/src/components/sync-migrations-button.jsx +87 -0
- package/src/components/table-error-dialog.jsx +65 -0
- package/src/components/table-toolbar.jsx +285 -0
- package/src/components/table-view.jsx +843 -0
- package/src/components/ui/alert.jsx +47 -0
- package/src/components/ui/button.jsx +48 -0
- package/src/components/ui/card.jsx +50 -0
- package/src/components/ui/checkbox.jsx +24 -0
- package/src/components/ui/collapsible.jsx +11 -0
- package/src/components/ui/dialog.jsx +96 -0
- package/src/components/ui/dropdown-menu.jsx +158 -0
- package/src/components/ui/input.jsx +19 -0
- package/src/components/ui/scroll-area.jsx +40 -0
- package/src/components/ui/select.jsx +121 -0
- package/src/components/ui/separator.jsx +25 -0
- package/src/components/ui/sheet.jsx +109 -0
- package/src/components/ui/sidebar.jsx +620 -0
- package/src/components/ui/skeleton.jsx +14 -0
- package/src/components/ui/table.jsx +86 -0
- package/src/components/ui/tabs.jsx +43 -0
- package/src/components/ui/toast.jsx +86 -0
- package/src/components/ui/toaster.jsx +35 -0
- package/src/components/ui/tooltip.jsx +28 -0
- package/src/context/database-context.js +510 -0
- package/src/hooks/use-mobile.jsx +19 -0
- package/src/hooks/use-sql-error.ts +23 -0
- package/src/hooks/use-toast.js +155 -0
- package/src/lib/database-queue.js +33 -0
- package/src/lib/error.js +20 -0
- package/src/lib/find-wrangler-config.js +67 -0
- package/src/lib/license.js +99 -0
- package/src/lib/migrations.js +415 -0
- package/src/lib/parse-sql-error.js +200 -0
- package/src/lib/request-deduplication.js +24 -0
- package/src/lib/schema-operations.js +103 -0
- package/src/lib/sql-error-types.js +14 -0
- package/src/lib/sql-operations.js +557 -0
- package/src/lib/utils.js +6 -0
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
@tailwind base;
|
|
2
|
+
@tailwind components;
|
|
3
|
+
@tailwind utilities;
|
|
4
|
+
|
|
5
|
+
body {
|
|
6
|
+
font-family: Arial, Helvetica, sans-serif;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@layer base {
|
|
10
|
+
:root {
|
|
11
|
+
--background: 0 0% 100%;
|
|
12
|
+
--foreground: 240 10% 3.9%;
|
|
13
|
+
--card: 0 0% 100%;
|
|
14
|
+
--card-foreground: 240 10% 3.9%;
|
|
15
|
+
--popover: 0 0% 100%;
|
|
16
|
+
--popover-foreground: 240 10% 3.9%;
|
|
17
|
+
--primary: 240 5.9% 10%;
|
|
18
|
+
--primary-foreground: 0 0% 98%;
|
|
19
|
+
--secondary: 240 4.8% 95.9%;
|
|
20
|
+
--secondary-foreground: 240 5.9% 10%;
|
|
21
|
+
--muted: 240 4.8% 95.9%;
|
|
22
|
+
--muted-foreground: 240 3.8% 46.1%;
|
|
23
|
+
--accent: 240 4.8% 95.9%;
|
|
24
|
+
--accent-foreground: 240 5.9% 10%;
|
|
25
|
+
--destructive: 0 84.2% 60.2%;
|
|
26
|
+
--destructive-foreground: 0 0% 98%;
|
|
27
|
+
--border: 240 5.9% 90%;
|
|
28
|
+
--input: 240 5.9% 90%;
|
|
29
|
+
--ring: 240 10% 3.9%;
|
|
30
|
+
--chart-1: 12 76% 61%;
|
|
31
|
+
--chart-2: 173 58% 39%;
|
|
32
|
+
--chart-3: 197 37% 24%;
|
|
33
|
+
--chart-4: 43 74% 66%;
|
|
34
|
+
--chart-5: 27 87% 67%;
|
|
35
|
+
--radius: 0.5rem;
|
|
36
|
+
--sidebar-background: 0 0% 98%;
|
|
37
|
+
--sidebar-foreground: 240 5.3% 26.1%;
|
|
38
|
+
--sidebar-primary: 240 5.9% 10%;
|
|
39
|
+
--sidebar-primary-foreground: 0 0% 98%;
|
|
40
|
+
--sidebar-accent: 240 4.8% 95.9%;
|
|
41
|
+
--sidebar-accent-foreground: 240 5.9% 10%;
|
|
42
|
+
--sidebar-border: 220 13% 91%;
|
|
43
|
+
--sidebar-ring: 217.2 91.2% 59.8%;
|
|
44
|
+
}
|
|
45
|
+
.dark {
|
|
46
|
+
--background: 240 10% 3.9%;
|
|
47
|
+
--foreground: 0 0% 98%;
|
|
48
|
+
--card: 240 10% 3.9%;
|
|
49
|
+
--card-foreground: 0 0% 98%;
|
|
50
|
+
--popover: 240 10% 3.9%;
|
|
51
|
+
--popover-foreground: 0 0% 98%;
|
|
52
|
+
--primary: 0 0% 98%;
|
|
53
|
+
--primary-foreground: 240 5.9% 10%;
|
|
54
|
+
--secondary: 240 3.7% 15.9%;
|
|
55
|
+
--secondary-foreground: 0 0% 98%;
|
|
56
|
+
--muted: 240 3.7% 15.9%;
|
|
57
|
+
--muted-foreground: 240 5% 64.9%;
|
|
58
|
+
--accent: 240 3.7% 15.9%;
|
|
59
|
+
--accent-foreground: 0 0% 98%;
|
|
60
|
+
--destructive: 0 62.8% 30.6%;
|
|
61
|
+
--destructive-foreground: 0 0% 98%;
|
|
62
|
+
--border: 240 3.7% 15.9%;
|
|
63
|
+
--input: 240 3.7% 15.9%;
|
|
64
|
+
--ring: 240 4.9% 83.9%;
|
|
65
|
+
--chart-1: 220 70% 50%;
|
|
66
|
+
--chart-2: 160 60% 45%;
|
|
67
|
+
--chart-3: 30 80% 55%;
|
|
68
|
+
--chart-4: 280 65% 60%;
|
|
69
|
+
--chart-5: 340 75% 55%;
|
|
70
|
+
--sidebar-background: 240 5.9% 10%;
|
|
71
|
+
--sidebar-foreground: 240 4.8% 95.9%;
|
|
72
|
+
--sidebar-primary: 224.3 76.3% 48%;
|
|
73
|
+
--sidebar-primary-foreground: 0 0% 100%;
|
|
74
|
+
--sidebar-accent: 240 3.7% 15.9%;
|
|
75
|
+
--sidebar-accent-foreground: 240 4.8% 95.9%;
|
|
76
|
+
--sidebar-border: 240 3.7% 15.9%;
|
|
77
|
+
--sidebar-ring: 217.2 91.2% 59.8%;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
@layer base {
|
|
82
|
+
* {
|
|
83
|
+
@apply border-border;
|
|
84
|
+
}
|
|
85
|
+
body {
|
|
86
|
+
@apply bg-background text-foreground;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.table-fixed {
|
|
91
|
+
table-layout: fixed;
|
|
92
|
+
width: 100%;
|
|
93
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// app/layout.js
|
|
2
|
+
import { Geist, Geist_Mono } from "next/font/google";
|
|
3
|
+
import "./globals.css";
|
|
4
|
+
import { DatabaseProvider } from '@/context/database-context';
|
|
5
|
+
import { Toaster } from '@/components/ui/toaster'; // Change this import
|
|
6
|
+
|
|
7
|
+
const geistSans = Geist({
|
|
8
|
+
variable: "--font-geist-sans",
|
|
9
|
+
subsets: ["latin"],
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
const geistMono = Geist_Mono({
|
|
13
|
+
variable: "--font-geist-mono",
|
|
14
|
+
subsets: ["latin"],
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
export const metadata = {
|
|
18
|
+
title: "d1-studio",
|
|
19
|
+
description: "Native D1 database studio.",
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export default function RootLayout({ children }) {
|
|
23
|
+
return (
|
|
24
|
+
<html lang="en">
|
|
25
|
+
<body
|
|
26
|
+
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
|
27
|
+
>
|
|
28
|
+
<DatabaseProvider>
|
|
29
|
+
{children}
|
|
30
|
+
<Toaster /> {/* Add this component */}
|
|
31
|
+
</DatabaseProvider>
|
|
32
|
+
</body>
|
|
33
|
+
</html>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// app/page.js
|
|
2
|
+
'use client'
|
|
3
|
+
|
|
4
|
+
import { AppSidebar } from '../components/sidebar';
|
|
5
|
+
import { SQLEditor } from '../components/sql-editor';
|
|
6
|
+
import { TableView } from '../components/table-view';
|
|
7
|
+
import { useState } from 'react';
|
|
8
|
+
|
|
9
|
+
export default function StudioPage() {
|
|
10
|
+
const [currentView, setCurrentView] = useState('sql-editor');
|
|
11
|
+
const [selectedTable, setSelectedTable] = useState(null);
|
|
12
|
+
|
|
13
|
+
// We don't need to handle push errors here anymore since we're using toasts
|
|
14
|
+
// The error handling is now managed by the useEnvironmentController hook
|
|
15
|
+
|
|
16
|
+
const handleTableSelect = (tableName) => {
|
|
17
|
+
setSelectedTable(tableName);
|
|
18
|
+
setCurrentView('table-view');
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
return (
|
|
22
|
+
<div className="flex h-screen bg-background">
|
|
23
|
+
<AppSidebar
|
|
24
|
+
className="w-64 border-r flex-shrink-0"
|
|
25
|
+
currentView={currentView}
|
|
26
|
+
onNavigate={setCurrentView}
|
|
27
|
+
onTableSelect={handleTableSelect}
|
|
28
|
+
/>
|
|
29
|
+
<main className="flex-1 overflow-hidden">
|
|
30
|
+
{currentView === 'sql-editor' && <SQLEditor />}
|
|
31
|
+
{currentView === 'table-view' && selectedTable && (
|
|
32
|
+
<TableView tableName={selectedTable} />
|
|
33
|
+
)}
|
|
34
|
+
</main>
|
|
35
|
+
</div>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
@tailwind base;
|
|
2
|
+
@tailwind components;
|
|
3
|
+
@tailwind utilities;
|
|
4
|
+
|
|
5
|
+
body {
|
|
6
|
+
font-family: Arial, Helvetica, sans-serif;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@layer base {
|
|
10
|
+
:root {
|
|
11
|
+
--background: 0 0% 100%;
|
|
12
|
+
--foreground: 240 10% 3.9%;
|
|
13
|
+
--card: 0 0% 100%;
|
|
14
|
+
--card-foreground: 240 10% 3.9%;
|
|
15
|
+
--popover: 0 0% 100%;
|
|
16
|
+
--popover-foreground: 240 10% 3.9%;
|
|
17
|
+
--primary: 240 5.9% 10%;
|
|
18
|
+
--primary-foreground: 0 0% 98%;
|
|
19
|
+
--secondary: 240 4.8% 95.9%;
|
|
20
|
+
--secondary-foreground: 240 5.9% 10%;
|
|
21
|
+
--muted: 240 4.8% 95.9%;
|
|
22
|
+
--muted-foreground: 240 3.8% 46.1%;
|
|
23
|
+
--accent: 240 4.8% 95.9%;
|
|
24
|
+
--accent-foreground: 240 5.9% 10%;
|
|
25
|
+
--destructive: 0 84.2% 60.2%;
|
|
26
|
+
--destructive-foreground: 0 0% 98%;
|
|
27
|
+
--border: 240 5.9% 90%;
|
|
28
|
+
--input: 240 5.9% 90%;
|
|
29
|
+
--ring: 240 10% 3.9%;
|
|
30
|
+
--chart-1: 12 76% 61%;
|
|
31
|
+
--chart-2: 173 58% 39%;
|
|
32
|
+
--chart-3: 197 37% 24%;
|
|
33
|
+
--chart-4: 43 74% 66%;
|
|
34
|
+
--chart-5: 27 87% 67%;
|
|
35
|
+
--radius: 0.5rem;
|
|
36
|
+
--sidebar-background: 0 0% 98%;
|
|
37
|
+
--sidebar-foreground: 240 5.3% 26.1%;
|
|
38
|
+
--sidebar-primary: 240 5.9% 10%;
|
|
39
|
+
--sidebar-primary-foreground: 0 0% 98%;
|
|
40
|
+
--sidebar-accent: 240 4.8% 95.9%;
|
|
41
|
+
--sidebar-accent-foreground: 240 5.9% 10%;
|
|
42
|
+
--sidebar-border: 220 13% 91%;
|
|
43
|
+
--sidebar-ring: 217.2 91.2% 59.8%;
|
|
44
|
+
}
|
|
45
|
+
.dark {
|
|
46
|
+
--background: 240 10% 3.9%;
|
|
47
|
+
--foreground: 0 0% 98%;
|
|
48
|
+
--card: 240 10% 3.9%;
|
|
49
|
+
--card-foreground: 0 0% 98%;
|
|
50
|
+
--popover: 240 10% 3.9%;
|
|
51
|
+
--popover-foreground: 0 0% 98%;
|
|
52
|
+
--primary: 0 0% 98%;
|
|
53
|
+
--primary-foreground: 240 5.9% 10%;
|
|
54
|
+
--secondary: 240 3.7% 15.9%;
|
|
55
|
+
--secondary-foreground: 0 0% 98%;
|
|
56
|
+
--muted: 240 3.7% 15.9%;
|
|
57
|
+
--muted-foreground: 240 5% 64.9%;
|
|
58
|
+
--accent: 240 3.7% 15.9%;
|
|
59
|
+
--accent-foreground: 0 0% 98%;
|
|
60
|
+
--destructive: 0 62.8% 30.6%;
|
|
61
|
+
--destructive-foreground: 0 0% 98%;
|
|
62
|
+
--border: 240 3.7% 15.9%;
|
|
63
|
+
--input: 240 3.7% 15.9%;
|
|
64
|
+
--ring: 240 4.9% 83.9%;
|
|
65
|
+
--chart-1: 220 70% 50%;
|
|
66
|
+
--chart-2: 160 60% 45%;
|
|
67
|
+
--chart-3: 30 80% 55%;
|
|
68
|
+
--chart-4: 280 65% 60%;
|
|
69
|
+
--chart-5: 340 75% 55%;
|
|
70
|
+
--sidebar-background: 240 5.9% 10%;
|
|
71
|
+
--sidebar-foreground: 240 4.8% 95.9%;
|
|
72
|
+
--sidebar-primary: 224.3 76.3% 48%;
|
|
73
|
+
--sidebar-primary-foreground: 0 0% 100%;
|
|
74
|
+
--sidebar-accent: 240 3.7% 15.9%;
|
|
75
|
+
--sidebar-accent-foreground: 240 4.8% 95.9%;
|
|
76
|
+
--sidebar-border: 240 3.7% 15.9%;
|
|
77
|
+
--sidebar-ring: 217.2 91.2% 59.8%;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
@layer base {
|
|
82
|
+
* {
|
|
83
|
+
@apply border-border;
|
|
84
|
+
}
|
|
85
|
+
body {
|
|
86
|
+
@apply bg-background text-foreground;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.table-fixed {
|
|
91
|
+
table-layout: fixed;
|
|
92
|
+
width: 100%;
|
|
93
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// app/layout.js
|
|
2
|
+
import { Geist, Geist_Mono } from "next/font/google";
|
|
3
|
+
import "./globals.css";
|
|
4
|
+
import { DatabaseProvider } from '@/context/database-context';
|
|
5
|
+
import { Toaster } from '@/components/ui/toaster'; // Change this import
|
|
6
|
+
|
|
7
|
+
const geistSans = Geist({
|
|
8
|
+
variable: "--font-geist-sans",
|
|
9
|
+
subsets: ["latin"],
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
const geistMono = Geist_Mono({
|
|
13
|
+
variable: "--font-geist-mono",
|
|
14
|
+
subsets: ["latin"],
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
export const metadata = {
|
|
18
|
+
title: "d1-studio",
|
|
19
|
+
description: "Native D1 database studio.",
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export default function RootLayout({ children }) {
|
|
23
|
+
return (
|
|
24
|
+
<html lang="en">
|
|
25
|
+
<body
|
|
26
|
+
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
|
27
|
+
>
|
|
28
|
+
<DatabaseProvider>
|
|
29
|
+
{children}
|
|
30
|
+
<Toaster /> {/* Add this component */}
|
|
31
|
+
</DatabaseProvider>
|
|
32
|
+
</body>
|
|
33
|
+
</html>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// app/page.js
|
|
2
|
+
'use client'
|
|
3
|
+
|
|
4
|
+
import { AppSidebar } from '../components/sidebar';
|
|
5
|
+
import { SQLEditor } from '../components/sql-editor';
|
|
6
|
+
import { TableView } from '../components/table-view';
|
|
7
|
+
import { useState } from 'react';
|
|
8
|
+
|
|
9
|
+
export default function StudioPage() {
|
|
10
|
+
const [currentView, setCurrentView] = useState('sql-editor');
|
|
11
|
+
const [selectedTable, setSelectedTable] = useState(null);
|
|
12
|
+
|
|
13
|
+
// We don't need to handle push errors here anymore since we're using toasts
|
|
14
|
+
// The error handling is now managed by the useEnvironmentController hook
|
|
15
|
+
|
|
16
|
+
const handleTableSelect = (tableName) => {
|
|
17
|
+
setSelectedTable(tableName);
|
|
18
|
+
setCurrentView('table-view');
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
return (
|
|
22
|
+
<div className="flex h-screen bg-background">
|
|
23
|
+
<AppSidebar
|
|
24
|
+
className="w-64 border-r flex-shrink-0"
|
|
25
|
+
currentView={currentView}
|
|
26
|
+
onNavigate={setCurrentView}
|
|
27
|
+
onTableSelect={handleTableSelect}
|
|
28
|
+
/>
|
|
29
|
+
<main className="flex-1 overflow-hidden">
|
|
30
|
+
{currentView === 'sql-editor' && <SQLEditor />}
|
|
31
|
+
{currentView === 'table-view' && selectedTable && (
|
|
32
|
+
<TableView tableName={selectedTable} />
|
|
33
|
+
)}
|
|
34
|
+
</main>
|
|
35
|
+
</div>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
@@ -0,0 +1,344 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
import chalk from 'chalk';
|
|
3
|
+
import open from 'open';
|
|
4
|
+
import { fileURLToPath } from 'url';
|
|
5
|
+
import { dirname, join } from 'path';
|
|
6
|
+
import { createHash } from 'crypto';
|
|
7
|
+
import { homedir } from 'os';
|
|
8
|
+
import os from 'os';
|
|
9
|
+
import { readFile, writeFile, mkdir } from 'node:fs/promises';
|
|
10
|
+
import express from 'express';
|
|
11
|
+
import { createServer } from 'http';
|
|
12
|
+
import next from 'next';
|
|
13
|
+
import { findWranglerConfig } from '../src/lib/find-wrangler-config.js';
|
|
14
|
+
|
|
15
|
+
// Compute the absolute path of this file and its directory.
|
|
16
|
+
const __filename = fileURLToPath(import.meta.url);
|
|
17
|
+
const __dirname = dirname(__filename);
|
|
18
|
+
|
|
19
|
+
// console.log(chalk.blue('Resolved __filename:'), __filename);
|
|
20
|
+
// console.log(chalk.blue('Resolved __dirname:'), __dirname);
|
|
21
|
+
|
|
22
|
+
// License validation utilities
|
|
23
|
+
class LicenseError extends Error {
|
|
24
|
+
constructor(message, type = 'VALIDATION_ERROR') {
|
|
25
|
+
super(message);
|
|
26
|
+
this.name = 'LicenseError';
|
|
27
|
+
this.type = type;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
async function generateHardwareId() {
|
|
32
|
+
const osInfo = {
|
|
33
|
+
platform: process.platform,
|
|
34
|
+
arch: process.arch,
|
|
35
|
+
cpus: os.cpus().length,
|
|
36
|
+
hostname: os.hostname(),
|
|
37
|
+
username: os.userInfo().username,
|
|
38
|
+
};
|
|
39
|
+
const systemString = JSON.stringify(osInfo);
|
|
40
|
+
return createHash('sha256').update(systemString).digest('hex');
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
async function validateLicenseRemote(licenseKey, email, hardwareId) {
|
|
44
|
+
const baseUrl =
|
|
45
|
+
process.env.NODE_ENV === 'development'
|
|
46
|
+
? 'http://localhost:4000'
|
|
47
|
+
: 'https://d1-studio.com';
|
|
48
|
+
|
|
49
|
+
try {
|
|
50
|
+
const response = await fetch(`${baseUrl}/api/validate-license`, {
|
|
51
|
+
method: 'POST',
|
|
52
|
+
headers: {
|
|
53
|
+
'Content-Type': 'application/json',
|
|
54
|
+
},
|
|
55
|
+
body: JSON.stringify({
|
|
56
|
+
licenseKey,
|
|
57
|
+
email,
|
|
58
|
+
hardwareId,
|
|
59
|
+
}),
|
|
60
|
+
});
|
|
61
|
+
|
|
62
|
+
const result = await response.json();
|
|
63
|
+
|
|
64
|
+
if (!response.ok) {
|
|
65
|
+
throw new LicenseError(
|
|
66
|
+
result.message || 'License validation failed',
|
|
67
|
+
result.type || 'VALIDATION_ERROR'
|
|
68
|
+
);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
return result;
|
|
72
|
+
} catch (error) {
|
|
73
|
+
if (error instanceof LicenseError) {
|
|
74
|
+
throw error;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
if (error.name === 'TypeError' && error.message.includes('fetch')) {
|
|
78
|
+
throw new LicenseError(
|
|
79
|
+
process.env.NODE_ENV === 'development'
|
|
80
|
+
? 'Unable to connect to local license validation service. Make sure the development server is running.'
|
|
81
|
+
: 'Unable to connect to license server. Please check your internet connection.',
|
|
82
|
+
'CONNECTION_ERROR'
|
|
83
|
+
);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
throw new LicenseError(
|
|
87
|
+
'An unexpected error occurred during license validation',
|
|
88
|
+
'VALIDATION_ERROR'
|
|
89
|
+
);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
async function checkLicenseFile() {
|
|
94
|
+
const licenseDir = join(homedir(), '.d1studio');
|
|
95
|
+
const licensePath = join(licenseDir, 'license.json');
|
|
96
|
+
|
|
97
|
+
try {
|
|
98
|
+
const licenseData = JSON.parse(await readFile(licensePath, 'utf8'));
|
|
99
|
+
const hardwareId = await generateHardwareId();
|
|
100
|
+
|
|
101
|
+
if (licenseData.hardwareId !== hardwareId) {
|
|
102
|
+
return null;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
return licenseData;
|
|
106
|
+
} catch (error) {
|
|
107
|
+
return null;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
async function saveLicenseFile(licenseData) {
|
|
112
|
+
const licenseDir = join(homedir(), '.d1studio');
|
|
113
|
+
const licensePath = join(licenseDir, 'license.json');
|
|
114
|
+
|
|
115
|
+
try {
|
|
116
|
+
await mkdir(licenseDir, { recursive: true });
|
|
117
|
+
await writeFile(licensePath, JSON.stringify(licenseData, null, 2));
|
|
118
|
+
} catch (error) {
|
|
119
|
+
throw new LicenseError('Failed to save license information', 'SAVE_ERROR');
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
async function startServer(port, projectDirectory) {
|
|
124
|
+
return new Promise((resolvePromise, rejectPromise) => {
|
|
125
|
+
const dev = process.env.NODE_ENV === 'development';
|
|
126
|
+
// Point to the parent directory that contains both app and .next
|
|
127
|
+
const dir = join(__dirname, '..');
|
|
128
|
+
const app = next({
|
|
129
|
+
dev,
|
|
130
|
+
dir,
|
|
131
|
+
conf: {
|
|
132
|
+
distDir: '.next',
|
|
133
|
+
// Ensure app directory is correctly set for routing
|
|
134
|
+
experimental: {
|
|
135
|
+
appDir: true
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
});
|
|
139
|
+
const handle = app.getRequestHandler();
|
|
140
|
+
|
|
141
|
+
app.prepare()
|
|
142
|
+
.then(() => {
|
|
143
|
+
const server = express();
|
|
144
|
+
|
|
145
|
+
// Set environment variables
|
|
146
|
+
process.env.PORT = port.toString();
|
|
147
|
+
process.env.D1_PROJECT_DIR = projectDirectory;
|
|
148
|
+
|
|
149
|
+
// Create HTTP server
|
|
150
|
+
const httpServer = createServer((req, res) => {
|
|
151
|
+
handle(req, res);
|
|
152
|
+
});
|
|
153
|
+
|
|
154
|
+
// Handle all requests through Next.js
|
|
155
|
+
server.all('*', (req, res) => {
|
|
156
|
+
return handle(req, res);
|
|
157
|
+
});
|
|
158
|
+
|
|
159
|
+
// Start listening
|
|
160
|
+
httpServer.listen(port, (err) => {
|
|
161
|
+
if (err) {
|
|
162
|
+
console.error(chalk.red('Failed to start server:'), err);
|
|
163
|
+
rejectPromise(err);
|
|
164
|
+
return;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
console.log(chalk.green(`Server started on port ${port}`));
|
|
168
|
+
resolvePromise(httpServer);
|
|
169
|
+
});
|
|
170
|
+
|
|
171
|
+
// Handle server errors
|
|
172
|
+
httpServer.on('error', (err) => {
|
|
173
|
+
console.error(chalk.red('Server error:'), err);
|
|
174
|
+
rejectPromise(err);
|
|
175
|
+
});
|
|
176
|
+
})
|
|
177
|
+
.catch((err) => {
|
|
178
|
+
console.error(chalk.red('Failed to prepare Next.js app:'), err);
|
|
179
|
+
rejectPromise(err);
|
|
180
|
+
});
|
|
181
|
+
});
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
async function startStudio() {
|
|
185
|
+
try {
|
|
186
|
+
console.log(chalk.green('Initializing D1 Studio...'));
|
|
187
|
+
|
|
188
|
+
// Validate license
|
|
189
|
+
let licenseData = await checkLicenseFile();
|
|
190
|
+
console.log(chalk.blue('License data found:'), licenseData);
|
|
191
|
+
|
|
192
|
+
if (!licenseData) {
|
|
193
|
+
const { default: inquirer } = await import('inquirer');
|
|
194
|
+
console.log(chalk.blue('\nPlease enter your D1 Studio license information:'));
|
|
195
|
+
|
|
196
|
+
const answers = await inquirer.prompt([
|
|
197
|
+
{
|
|
198
|
+
type: 'input',
|
|
199
|
+
name: 'licenseKey',
|
|
200
|
+
message: 'License Key:',
|
|
201
|
+
validate: (input) => input.length > 0 || 'License key is required',
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
type: 'input',
|
|
205
|
+
name: 'email',
|
|
206
|
+
message: 'Email:',
|
|
207
|
+
validate: (input) => {
|
|
208
|
+
const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
|
|
209
|
+
return emailRegex.test(input) || 'Please enter a valid email';
|
|
210
|
+
},
|
|
211
|
+
},
|
|
212
|
+
]);
|
|
213
|
+
|
|
214
|
+
console.log(chalk.blue('Entered license information:'), answers);
|
|
215
|
+
|
|
216
|
+
const hardwareId = await generateHardwareId();
|
|
217
|
+
// console.log(chalk.blue('Generated hardware ID:'), hardwareId);
|
|
218
|
+
|
|
219
|
+
try {
|
|
220
|
+
const validation = await validateLicenseRemote(
|
|
221
|
+
answers.licenseKey,
|
|
222
|
+
answers.email,
|
|
223
|
+
hardwareId
|
|
224
|
+
);
|
|
225
|
+
|
|
226
|
+
licenseData = {
|
|
227
|
+
licenseKey: answers.licenseKey,
|
|
228
|
+
email: answers.email,
|
|
229
|
+
hardwareId,
|
|
230
|
+
licenseType: validation.licenseType,
|
|
231
|
+
activatedAt: new Date().toISOString(),
|
|
232
|
+
};
|
|
233
|
+
|
|
234
|
+
await saveLicenseFile(licenseData);
|
|
235
|
+
console.log(chalk.green('\nLicense activated successfully!'));
|
|
236
|
+
} catch (error) {
|
|
237
|
+
console.error(chalk.red('\nLicense validation failed:'), error.message);
|
|
238
|
+
process.exit(1);
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
// Get wrangler configuration
|
|
243
|
+
try {
|
|
244
|
+
const userProjectPath = process.cwd();
|
|
245
|
+
// console.log(chalk.blue('Current working directory:'), userProjectPath);
|
|
246
|
+
|
|
247
|
+
if (!userProjectPath) {
|
|
248
|
+
console.error(chalk.red('Error: Could not determine project directory'));
|
|
249
|
+
process.exit(1);
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
const wranglerResult = await findWranglerConfig(userProjectPath);
|
|
253
|
+
// console.log(chalk.blue('Wrangler config result:'), wranglerResult);
|
|
254
|
+
|
|
255
|
+
if (!wranglerResult || !wranglerResult.config) {
|
|
256
|
+
console.error(chalk.red('\nError: No wrangler.toml found in current directory'));
|
|
257
|
+
console.log(chalk.yellow('Make sure you are in a Cloudflare Workers project directory'));
|
|
258
|
+
console.log(chalk.yellow('with a valid wrangler.toml file.'));
|
|
259
|
+
process.exit(1);
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
const { config, projectPath } = wranglerResult;
|
|
263
|
+
// console.log(chalk.blue('Resolved wrangler.toml project path:'), projectPath);
|
|
264
|
+
|
|
265
|
+
if (!config.d1_databases?.length) {
|
|
266
|
+
console.error(chalk.red('\nError: No D1 databases configured in wrangler.toml'));
|
|
267
|
+
console.log(chalk.yellow('\nAdd D1 configuration to your wrangler.toml:'));
|
|
268
|
+
console.log(chalk.gray(`
|
|
269
|
+
[[d1_databases]]
|
|
270
|
+
binding = "DB"
|
|
271
|
+
database_name = "my-database"
|
|
272
|
+
database_id = "<your-database-id>"
|
|
273
|
+
`));
|
|
274
|
+
process.exit(1);
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
// Display found databases
|
|
278
|
+
console.log(chalk.green('\nFound D1 databases:'));
|
|
279
|
+
config.d1_databases.forEach((db) => {
|
|
280
|
+
console.log(chalk.blue(` - ${db.database_name} (${db.binding})`));
|
|
281
|
+
});
|
|
282
|
+
|
|
283
|
+
const port = 4000;
|
|
284
|
+
const url = `http://localhost:${port}`;
|
|
285
|
+
|
|
286
|
+
await startServer(port, projectPath);
|
|
287
|
+
|
|
288
|
+
console.log(chalk.green(`
|
|
289
|
+
┌─────────────────────────────────────────┐
|
|
290
|
+
│ │
|
|
291
|
+
│ D1 Studio is running on port ${port} │
|
|
292
|
+
│ │
|
|
293
|
+
│ Local: ${url} │
|
|
294
|
+
│ │
|
|
295
|
+
└─────────────────────────────────────────┘
|
|
296
|
+
`));
|
|
297
|
+
|
|
298
|
+
// Add delay before opening browser
|
|
299
|
+
await new Promise(resolve => setTimeout(resolve, 2000));
|
|
300
|
+
|
|
301
|
+
try {
|
|
302
|
+
await open(url, {
|
|
303
|
+
wait: false,
|
|
304
|
+
url: true,
|
|
305
|
+
app: {
|
|
306
|
+
name: open.apps.chrome
|
|
307
|
+
}
|
|
308
|
+
}).catch(() => {
|
|
309
|
+
return open(url, {
|
|
310
|
+
wait: false,
|
|
311
|
+
url: true
|
|
312
|
+
});
|
|
313
|
+
});
|
|
314
|
+
} catch (browserError) {
|
|
315
|
+
console.log(chalk.yellow('\nCould not automatically open browser.'));
|
|
316
|
+
console.log(chalk.blue('Please open your browser and navigate to:'), url);
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
} catch (configError) {
|
|
320
|
+
console.error(chalk.red('\nConfiguration error:'), configError.message);
|
|
321
|
+
process.exit(1);
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
} catch (error) {
|
|
325
|
+
console.error(chalk.red('\nFailed to start D1 Studio:'), error);
|
|
326
|
+
process.exit(1);
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
// Handle termination
|
|
331
|
+
process.on('SIGINT', () => {
|
|
332
|
+
console.log(chalk.yellow('\nShutting down D1 Studio...'));
|
|
333
|
+
process.exit(0);
|
|
334
|
+
});
|
|
335
|
+
|
|
336
|
+
process.on('SIGTERM', () => {
|
|
337
|
+
console.log(chalk.yellow('\nShutting down D1 Studio...'));
|
|
338
|
+
process.exit(0);
|
|
339
|
+
});
|
|
340
|
+
|
|
341
|
+
startStudio().catch((error) => {
|
|
342
|
+
console.error(chalk.red('\nFailed to start D1 Studio:'), error);
|
|
343
|
+
process.exit(1);
|
|
344
|
+
});
|