0.0.4 • Published 11 months ago

nitro-past-module v0.0.4

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

nitro-past-module

Compatible with lower versions of node

setup

npm i nitro-past-module -D

nitro

// nitro.config.ts
import Past from "nitro-past-module";
export default defineNitroConfig({
  modules: [Past()],
});

nuxt

// nuxt.config.ts
import Past from "nitro-past-module";
export default defineNitroConfig({
  nitro: {
    modules: [Past()],
  },
});
0.0.4

11 months ago

0.0.2

11 months ago

0.0.1

12 months ago