0.3.2 • Published 9 months ago

@hedystia/astro-bun v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

🌈 Features

  • 🚄 Lightning-fast performance with Bun integration
  • 🔧 Easy setup - get started in minutes
  • 🔄 Seamless compatibility with Astro projects
  • 🛠️ Unix socket support - easily run your Bun server with Unix sockets
  • 🛠️ Flexible configuration options

🚀 Quick Start

  1. Install the package:
npm install @hedystia/astro-bun
  1. Add it to your Astro config:
import { defineConfig } from "astro/config";
import bun from "@hedystia/astro-bun";

export default defineConfig({
  // ... other config options
  adapter: bun(),
});
  1. Build your Astro project:
astro build
  1. Run your project with Bun:
bun run ./dist/server/entry.mjs

🎨 Configuration

Customize your setup with these options:

import { defineConfig } from "astro/config";
import bun from "@hedystia/astro-bun";

export default defineConfig({
  adapter: bun(),
  output: "static",
  server: {
    "host": "0.0.0.0",
    "port": 3000,
  }
});

🌟 Why Astro Bun?

  • Blazing Fast: Harness the speed of Bun for your Astro projects
  • Modern Development: Stay ahead with cutting-edge web technologies
  • Optimized Performance: Fine-tuned for efficiency and speed

📜 License

This project is licensed under the MIT License.

🙏 Acknowledgements

  • Astro - The web framework that powers this adapter
  • Bun - The incredible JavaScript runtime
0.3.2

9 months ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.1-dev.3

1 year ago

0.2.1-dev.2

1 year ago

0.2.1-dev.1

1 year ago

0.2.1-dev.0

1 year ago

0.2.0

1 year ago

0.2.0-dev.20

1 year ago

0.2.0-dev.19

1 year ago

0.2.0-dev.18

1 year ago

0.2.0-dev.17

1 year ago

0.2.0-dev.16

1 year ago

0.2.0-dev.15

1 year ago

0.2.0-dev.14

1 year ago

0.2.0-dev.13

1 year ago

0.2.0-dev.12

1 year ago

0.2.0-dev.11

1 year ago

0.2.0-dev.10

1 year ago

0.2.0-dev.9

1 year ago

0.2.0-dev.8

1 year ago

0.2.0-dev.7

1 year ago

0.2.0-dev.6

1 year ago

0.2.0-dev.5

1 year ago

0.2.0-dev.4

1 year ago

0.2.0-dev.3

1 year ago

0.1.3

1 year ago

0.2.0-dev.2

1 year ago

0.2.0-dev.1

1 year ago

0.2.0-dev.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago