From 0aa1e6805fb160a9d2e6f1787019b5299bf378d9 Mon Sep 17 00:00:00 2001 From: jamdelion Date: Wed, 16 Oct 2024 13:39:42 +0000 Subject: [PATCH] Add build files for @next --- @next/index.js | 2 ++ @next/package.json | 18 ++++++++++++++++++ @next/pnpm-lock.yaml | 5 +++++ 3 files changed, 25 insertions(+) create mode 100644 @next/index.js create mode 100644 @next/package.json create mode 100644 @next/pnpm-lock.yaml diff --git a/@next/index.js b/@next/index.js new file mode 100644 index 00000000..1691534a --- /dev/null +++ b/@next/index.js @@ -0,0 +1,2 @@ +export const application = require('./application.json'); +export const prototypeApplication = require('./prototypeApplication.json'); diff --git a/@next/package.json b/@next/package.json new file mode 100644 index 00000000..3cc22043 --- /dev/null +++ b/@next/package.json @@ -0,0 +1,18 @@ +{ + "name": "schemas", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "exports": { + ".": { + "import": "./index.js", + "require": "./index.js" + } + } +} \ No newline at end of file diff --git a/@next/pnpm-lock.yaml b/@next/pnpm-lock.yaml new file mode 100644 index 00000000..2b9f1883 --- /dev/null +++ b/@next/pnpm-lock.yaml @@ -0,0 +1,5 @@ +lockfileVersion: '6.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false