Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Apr 21:13
· 28 commits to main since this release
91b0f77

Patch Changes

  • 1255d9b Thanks @sor4chi! - First Release of Twrangler 🎉

    npm install twrangler
    import { defineConfig } from "twrangler";
    
    export default defineConfig({
      name: "my-project",
      main: "src/index.ts",
      compatibility_date: "2022-03-21",
    });
    npx twrangler build

    You can get generated wrangler.toml file in cwd.