0.0.4 • Published 12 months ago

nitro-past-module v0.0.4

Weekly downloads
-
License
-
Repository
github
Last release
12 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

12 months ago

0.0.2

12 months ago

0.0.1

1 year ago