Skip to content

Commit

Permalink
Add build files for @next
Browse files Browse the repository at this point in the history
  • Loading branch information
jamdelion committed Oct 16, 2024
1 parent fa27dd9 commit 0aa1e68
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions @next/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export const application = require('./application.json');
export const prototypeApplication = require('./prototypeApplication.json');
18 changes: 18 additions & 0 deletions @next/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
5 changes: 5 additions & 0 deletions @next/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0aa1e68

Please sign in to comment.